Uses of Package
org.owasp.dependencycheck.dependency
Packages that use org.owasp.dependencycheck.dependency
Package
Description
Includes the main entry point for dependency-check.
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.
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
Contains classes related to searching Artifactory Maven repository.
These are used to abstractArtifactory searching away from OWASP Dependency Check so they can be reused elsewhere.
These are used to abstractArtifactory searching away from OWASP Dependency Check so they can be reused elsewhere.
Contains classes for working with the Go Lang project data.
Contains classes used to work with the NVD CVE data.
Contains the core Dependency implementation.
A collection of identifiers for Dependency objects.
Classes used to process the output of external tools.
Contains classes used to generate reports.
Contains classes used to parse the hints file to add evidence to dependencies.
This package contains classes used to parse pom.xml files.
Contains classes used to suppress findings.
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.agent
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.analyzerClassDescriptionA confidence enumeration.A program dependency.Evidence is a piece of information about a Dependency.The types of evidence.Contains the information about a vulnerability.
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.data.artifactory
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.data.golang
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.data.nvdcveClassDescriptionContains the information about a vulnerability.A record containing information about vulnerable software.
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.dependencyClassDescriptionA confidence enumeration.Collection of CWEs with a pretty print implemented in the toString().A program dependency.Evidence is a piece of information about a Dependency.The types of evidence.POJO to store a reference to the "included by" node in a dependency tree; where included by is the root node that caused a dependency to be included.An external reference for a vulnerability.Contains the information about a vulnerability.An enumeration for the source of vulnerability.A record containing information about vulnerable software.A builder for VulnerableSoftware objects.
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.dependency.naming
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.processing
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.reporting
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.xml.hintsClassDescriptionA confidence enumeration.Evidence is a piece of information about a Dependency.
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.xml.pom
-
Classes in org.owasp.dependencycheck.dependency used by org.owasp.dependencycheck.xml.suppression