mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
minor update
Former-commit-id: 315b35c7098d506c3636544eb5d456a35e6c7ef1
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