Uses of Class
org.owasp.dependencycheck.analyzer.AbstractSuppressionAnalyzer
Packages that use AbstractSuppressionAnalyzer
Package
Description
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
-
Uses of AbstractSuppressionAnalyzer in org.owasp.dependencycheck.analyzer
Subclasses of AbstractSuppressionAnalyzer in org.owasp.dependencycheck.analyzerModifier and TypeClassDescriptionclassThis is no longer used as a standalone analyzer; rather this is called by the CPE Analyzer directly.classThe suppression analyzer processes an externally defined XML document that complies with the suppressions.xsd schema.