mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 08:14:44 +01:00
minor update
Former-commit-id: 315b35c7098d506c3636544eb5d456a35e6c7ef1
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
package org.codesecure.dependencycheck.dependency;
|
package org.codesecure.dependencycheck.dependency;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of DependencyCheck.
|
* This file is part of DependencyCheck.
|
||||||
*
|
*
|
||||||
@@ -17,15 +20,15 @@ package org.codesecure.dependencycheck.dependency;
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An external reference for a vulnerability. This contains a name, URL, and a
|
* An external reference for a vulnerability. This contains a name, URL, and a
|
||||||
* source.
|
* source.
|
||||||
*
|
*
|
||||||
* @author Jeremy
|
* @author Jeremy
|
||||||
*/
|
*/
|
||||||
public class Reference {
|
public class Reference implements Serializable {
|
||||||
|
|
||||||
|
private static final long serialVersionUID = -3444464824563008021L;
|
||||||
/**
|
/**
|
||||||
* The name of the reference.
|
* The name of the reference.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user