| Package | Description |
|---|---|
| org.owasp.dependencycheck.xml.hints |
Contains classes used to parse the hints file to add evidence to dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvidenceMatcher> |
HintRule.getGivenProduct()
Get the value of givenProduct.
|
List<EvidenceMatcher> |
HintRule.getGivenVendor()
Get the value of givenVendor.
|
List<EvidenceMatcher> |
HintRule.getGivenVersion()
Get the value of givenVersion.
|
List<EvidenceMatcher> |
HintRule.getRemoveProduct()
Get the value of removeProduct.
|
List<EvidenceMatcher> |
HintRule.getRemoveVendor()
Get the value of removeVendor.
|
List<EvidenceMatcher> |
HintRule.getRemoveVersion()
Get the value of removeVersion.
|
Copyright © 2012–2020 OWASP. All rights reserved.