Uses of Package
org.owasp.dependencycheck.xml.hints
-
Packages that use org.owasp.dependencycheck.xml.hints Package Description org.owasp.dependencycheck.xml.hints Contains classes used to parse the hints file to add evidence to dependencies. -
Classes in org.owasp.dependencycheck.xml.hints used by org.owasp.dependencycheck.xml.hints Class Description EvidenceMatcher EvidenceMatcher can match one or moreEvidence
s.HintParseException An exception used when parsing a suppression rule file fails.HintRule A collection of product and vendor evidence to match; if any evidence is matched the addVendor and addProduct evidence should be added to the dependency.VendorDuplicatingHintRule Used to duplicate vendor evidence within a collection.