mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 08:14:44 +01:00
updated javadoc author
Former-commit-id: be4a6f9d5c5d1f43ddbe2324a68036e6e459d1a2
This commit is contained in:
@@ -27,7 +27,7 @@ import org.owasp.dependencycheck.data.cpe.IndexEntry;
|
|||||||
/**
|
/**
|
||||||
* A record containing information about vulnerable software. This is referenced from a vulnerability.
|
* A record containing information about vulnerable software. This is referenced from a vulnerability.
|
||||||
*
|
*
|
||||||
* @author Jeremy Long <jeremy.long@owasp.org>
|
* @author Jeremy Long
|
||||||
*/
|
*/
|
||||||
public class VulnerableSoftware extends IndexEntry implements Serializable, Comparable<VulnerableSoftware> {
|
public class VulnerableSoftware extends IndexEntry implements Serializable, Comparable<VulnerableSoftware> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user