Uses of Class
org.owasp.dependencycheck.xml.suppression.SuppressionParseException
Packages that use SuppressionParseException
Package
Description
Contains classes used to suppress findings.
-
Uses of SuppressionParseException in org.owasp.dependencycheck.xml.suppression
Methods in org.owasp.dependencycheck.xml.suppression that throw SuppressionParseExceptionModifier and TypeMethodDescriptionSuppressionParser.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.