Uses of Class
org.owasp.dependencycheck.dependency.Evidence
-
Packages that use Evidence 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. -
-
Uses of Evidence in org.owasp.dependencycheck.analyzer
Method parameters in org.owasp.dependencycheck.analyzer with type arguments of type Evidence Modifier and Type Method 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). -
Uses of Evidence in org.owasp.dependencycheck.dependency
Methods in org.owasp.dependencycheck.dependency with parameters of type Evidence Modifier and Type Method Description int
Evidence. compareTo(@NotNull Evidence o)
Implementation of the comparable interface. -
Uses of Evidence in org.owasp.dependencycheck.xml.hints
Methods in org.owasp.dependencycheck.xml.hints that return types with arguments of type Evidence Modifier and Type Method 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.Methods in org.owasp.dependencycheck.xml.hints with parameters of type Evidence Modifier and Type Method Description boolean
EvidenceMatcher. matches(Evidence evidence)
Tests whether the given Evidence matches this EvidenceMatcher.
-