Package | Description |
---|---|
org.owasp.dependencycheck.dependency |
Contains the core Dependency implementation.
|
org.owasp.dependencycheck.reporting |
Contains classes used to generate reports.
|
Modifier and Type | Method and Description |
---|---|
CvssV2 |
Vulnerability.getCvssV2()
Get the CVSS V2 scoring information.
|
Modifier and Type | Method and Description |
---|---|
void |
Vulnerability.setCvssV2(CvssV2 cvssV2)
Sets the CVSS V2 scoring information.
|
Constructor and Description |
---|
SarifRule(java.lang.String name,
java.lang.String shortDescription,
java.lang.String fullDescription,
java.lang.String source,
CvssV2 cvssV2,
CvssV3 cvssV3)
Constructs a new SARIF rule object.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.