Package org.owasp.dependencycheck.agent


package org.owasp.dependencycheck.agent
The agent package holds an agent API that can be used by other applications that have information about dependencies; but would rather implement something in their code directly rather then spawn a process to run the entire dependency-check engine. This basically provides programmatic access to running a scan.
  • Classes
    Class
    Description
    This class provides a way to easily conduct a scan solely based on existing evidence metadata rather than collecting evidence from the files themselves.