Uses of Class
org.owasp.dependencycheck.dependency.Evidence
Packages that use Evidence
Package
Description
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
Contains the core Dependency implementation.
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 EvidenceModifier and TypeMethodDescriptionprotected voidCPEAnalyzer.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). -
Uses of Evidence in org.owasp.dependencycheck.dependency
Classes in org.owasp.dependencycheck.dependency that implement interfaces with type arguments of type EvidenceModifier and TypeClassDescriptionclassEvidence is a piece of information about a Dependency.Methods in org.owasp.dependencycheck.dependency with parameters of type Evidence -
Uses of Evidence in org.owasp.dependencycheck.xml.hints
Methods in org.owasp.dependencycheck.xml.hints that return types with arguments of type EvidenceModifier and TypeMethodDescriptionHintRule.getAddProduct()Get the value of addProduct.HintRule.getAddVendor()Get the value of addVendor.HintRule.getAddVersion()Get the value of addVersion.Methods in org.owasp.dependencycheck.xml.hints with parameters of type Evidence