Class MixAuditProcessor
java.lang.Object
org.owasp.dependencycheck.utils.processing.Processor<InputStream>
org.owasp.dependencycheck.processing.MixAuditProcessor
- All Implemented Interfaces:
AutoCloseable, Runnable
Processor for the output of `mix_audit`.
- Author:
- Jeremy Long
-
Constructor Summary
ConstructorsConstructorDescriptionMixAuditProcessor(Dependency mixDependency, Engine engine) Constructs a new processor to consume the output of `mix_audit`. -
Method Summary
Methods inherited from class Processor
addSuppressedExceptions, getInput, setInput
-
Constructor Details
-
MixAuditProcessor
Constructs a new processor to consume the output of `mix_audit`.- Parameters:
mixDependency- a reference to `mix.lock` dependencyengine- a reference to the dependency-check engine
-
-
Method Details
-
run
public void run() -
close
public void close() throws IOException, AnalysisException, us.springett.parsers.cpe.exceptions.CpeValidationExceptionThrows any exceptions that occurred during processing.- Throws:
IOException- thrown if there was an error reading from the processAnalysisException- thrown if an analysis error occurredus.springett.parsers.cpe.exceptions.CpeValidationException- if there is an error building the CPE/VulnerableSoftware object
-