| 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(Map<String,org.apache.commons.lang3.mutable.MutableInt> terms,
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 |
|---|---|
List<Evidence> |
HintRule.getAddProduct()
Get the value of addProduct.
|
List<Evidence> |
HintRule.getAddVendor()
Get the value of addVendor.
|
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–2020 OWASP. All rights reserved.