mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
minor update
Former-commit-id: 28ff2348960bfc4e8a5332b203098b0363ced143
This commit is contained in:
@@ -18,6 +18,7 @@ package org.codesecure.dependencycheck.dependency;
|
||||
* Copyright (c) 2012 Jeremy Long. All Rights Reserved.
|
||||
*/
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
@@ -26,8 +27,9 @@ import java.util.List;
|
||||
*
|
||||
* @author Jeremy
|
||||
*/
|
||||
public class Vulnerability {
|
||||
public class Vulnerability implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = -9197349868449482427L;
|
||||
/**
|
||||
* The name of the vulnerability
|
||||
*/
|
||||
@@ -117,8 +119,6 @@ public class Vulnerability {
|
||||
ref.setUrl(referenceUrl);
|
||||
this.references.add(ref);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* a list of vulnerable software
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user