Class BundlerAuditProcessor
java.lang.Object
org.owasp.dependencycheck.utils.processing.Processor<InputStream>
org.owasp.dependencycheck.processing.BundlerAuditProcessor
- All Implemented Interfaces:
AutoCloseable, Runnable
Processor for the output of bundler-audit.
- Author:
- Jeremy Long
-
Constructor Summary
ConstructorsConstructorDescriptionBundlerAuditProcessor(Dependency gemDependency, Engine engine) Constructs a new processor to consume the output of `bundler-audit`. -
Method Summary
Methods inherited from class Processor
addSuppressedExceptions, getInput, setInput
-
Constructor Details
-
BundlerAuditProcessor
Constructs a new processor to consume the output of `bundler-audit`.- Parameters:
gemDependency- a reference to `gem.lock` dependencyengine- a reference to the dependency-check engine
-
-
Method Details
-
close
Throws any exceptions that occurred during processing.- Throws:
IOException- thrown if an IO Exception occurredus.springett.parsers.cpe.exceptions.CpeValidationException- thrown if a CPE validation exception occurred
-
run
public void run()
-