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