Uses of Class
org.owasp.dependencycheck.xml.hints.VendorDuplicatingHintRule
-
Packages that use VendorDuplicatingHintRule Package Description org.owasp.dependencycheck.xml.hints Contains classes used to parse the hints file to add evidence to dependencies. -
-
Uses of VendorDuplicatingHintRule in org.owasp.dependencycheck.xml.hints
Methods in org.owasp.dependencycheck.xml.hints that return types with arguments of type VendorDuplicatingHintRule Modifier and Type Method Description java.util.List<VendorDuplicatingHintRule>HintHandler. getVendorDuplicatingHintRules()Returns the list of vendor duplicating hint rules.java.util.List<VendorDuplicatingHintRule>HintParser. getVendorDuplicatingHintRules()Returns the vendor duplicating hint rules.
-