Package org.owasp.dependencycheck.xml.hints
Contains classes used to parse the hints file to add evidence to dependencies.
-
Class Summary Class Description EvidenceMatcher EvidenceMatcher can match one or moreEvidence
s.HintErrorHandler An XML parsing error handler.HintHandler A handler to load hint rules.HintParser A simple validating parser for XML Hint Rules.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. -
Exception Summary Exception Description HintParseException An exception used when parsing a suppression rule file fails.