Uses of Class
org.owasp.dependencycheck.xml.suppression.SuppressionRule
Packages that use SuppressionRule
Package
Description
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
Contains classes used to suppress findings.
-
Uses of SuppressionRule in org.owasp.dependencycheck.analyzer
Methods in org.owasp.dependencycheck.analyzer with parameters of type SuppressionRuleModifier and TypeMethodDescriptionbooleanCpeSuppressionAnalyzer.filter(SuppressionRule rule) booleanVulnerabilitySuppressionAnalyzer.filter(SuppressionRule rule) -
Uses of SuppressionRule in org.owasp.dependencycheck.xml.suppression
Methods in org.owasp.dependencycheck.xml.suppression that return types with arguments of type SuppressionRuleModifier and TypeMethodDescriptionSuppressionHandler.getSuppressionRules()Get the value of suppressionRules.SuppressionParser.parseSuppressionRules(File file) Parses the given XML file and returns a list of the suppression rules contained.SuppressionParser.parseSuppressionRules(InputStream inputStream) Parses the given XML stream and returns a list of the suppression rules contained.