minor update

Former-commit-id: 28ff2348960bfc4e8a5332b203098b0363ced143
This commit is contained in:
Jeremy Long
2012-12-30 15:56:21 -05:00
parent 7a4ba451ad
commit 5f798a4814

View File

@@ -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
*/