| Package | Description |
|---|---|
| org.owasp.dependencycheck.analyzer |
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
|
| org.owasp.dependencycheck.dependency |
Contains the core Dependency implementation.
|
| org.owasp.dependencycheck.xml.hints |
Contains classes used to parse the hints file to add evidence to dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CPEAnalyzer.collectTerms(java.util.Map<java.lang.String,org.apache.commons.lang3.mutable.MutableInt> terms,
java.lang.Iterable<Evidence> evidence)
Returns the text created by concatenating the text and the values from
the EvidenceCollection (filtered for a specific confidence).
|
| Modifier and Type | Method and Description |
|---|---|
int |
Evidence.compareTo(@NotNull Evidence o)
Implementation of the comparable interface.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Evidence> |
HintRule.getAddProduct()
Get the value of addProduct.
|
java.util.List<Evidence> |
HintRule.getAddVendor()
Get the value of addVendor.
|
java.util.List<Evidence> |
HintRule.getAddVersion()
Get the value of addVersion.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EvidenceMatcher.matches(Evidence evidence)
Tests whether the given Evidence matches this EvidenceMatcher.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.