| Package | Description |
|---|---|
| org.owasp.dependencycheck.xml.hints |
Contains classes used to parse the hints file to add evidence to dependencies.
|
| org.owasp.dependencycheck.xml.suppression |
Contains classes used to suppress findings.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyType> |
HintRule.getFileNames()
Returns the list of fileName evidence to match against.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HintRule.addFilename(PropertyType filename)
Adds the filename evidence to the collection.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
SuppressionRule.getFilePath()
Get the value of filePath.
|
PropertyType |
SuppressionRule.getGav()
Get the value of Maven GAV.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyType> |
SuppressionRule.getCpe()
Get the value of CPE.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuppressionRule.addCpe(PropertyType cpe)
Adds the CPE to the CPE list.
|
void |
SuppressionRule.addVulnerabilityName(PropertyType name)
Adds the CPE to the CPE list.
|
protected boolean |
SuppressionRule.cpeHasNoVersion(PropertyType c)
Identifies if the cpe specified by the cpe suppression rule does not
specify a version.
|
protected boolean |
SuppressionRule.identifierMatches(PropertyType suppressionEntry,
Identifier identifier)
Determines if the cpeEntry specified as a PropertyType matches the given
Identifier.
|
protected boolean |
SuppressionRule.purlMatches(PropertyType suppressionEntry,
Identifier identifier)
Determines if the cpeEntry specified as a PropertyType matches the given
Identifier.
|
void |
SuppressionRule.setFilePath(PropertyType filePath)
Set the value of filePath.
|
void |
SuppressionRule.setGav(PropertyType gav)
Set the value of Maven GAV.
|
void |
SuppressionRule.setPackageUrl(PropertyType purl)
Set the value of Package URL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuppressionRule.setCpe(List<PropertyType> cpe)
Set the value of CPE.
|
Copyright © 2012–2020 OWASP. All rights reserved.