Package | Description |
---|---|
org.owasp.dependencycheck.data.nodeaudit |
Contains classes related to searching via Node Audit API.
These are used to abstract Node Audit searching away from OWASP Dependency Check so they can be reused elsewhere. |
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 |
---|---|
CvssV3 |
Advisory.getCvssV3() |
Modifier and Type | Method and Description |
---|---|
void |
Advisory.setCvssV3(CvssV3 cvssV3) |
Modifier and Type | Method and Description |
---|---|
CvssV3 |
Vulnerability.getCvssV3()
Get the CVSS V3 scoring information.
|
Modifier and Type | Method and Description |
---|---|
void |
Vulnerability.setCvssV3(CvssV3 cvssV3)
Sets the CVSS V3 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.