Uses of Class
org.owasp.dependencycheck.data.nexus.MavenArtifact
Packages that use MavenArtifact
Package
Description
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.
Implements a generic persisted cache that can be used to store results of external analysis between executions.
Contains classes related to searching Maven Central.
These are used to abstract Maven Central searching away from OWASP Dependency Check so they can be reused elsewhere.
These are used to abstract Maven Central searching away from OWASP Dependency Check so they can be reused elsewhere.
Contains classes related to searching a Nexus repository.
These are used to abstract Nexus searching away from OWASP Dependency Check so they can be reused elsewhere.
These are used to abstract Nexus searching away from OWASP Dependency Check so they can be reused elsewhere.
Contains the core Dependency implementation.
-
Uses of MavenArtifact in org.owasp.dependencycheck.analyzer
Methods in org.owasp.dependencycheck.analyzer that return types with arguments of type MavenArtifactModifier and TypeMethodDescriptionprotected List<MavenArtifact> CentralAnalyzer.fetchMavenArtifacts(Dependency dependency) Downloads the corresponding list of MavenArtifacts of the given dependency from MavenCentral. -
Uses of MavenArtifact in org.owasp.dependencycheck.data.artifactory
Methods in org.owasp.dependencycheck.data.artifactory that return types with arguments of type MavenArtifactModifier and TypeMethodDescriptionArtifactorySearch.search(Dependency dependency) Searches the configured Central URL for the given hash (MD5, SHA1 and SHA256). -
Uses of MavenArtifact in org.owasp.dependencycheck.data.cache
Methods in org.owasp.dependencycheck.data.cache that return types with arguments of type MavenArtifactModifier and TypeMethodDescriptionDataCacheFactory.getCentralCache()Returns the data cache for Central search. -
Uses of MavenArtifact in org.owasp.dependencycheck.data.central
Methods in org.owasp.dependencycheck.data.central that return types with arguments of type MavenArtifactModifier and TypeMethodDescriptionCentralSearch.searchSha1(String sha1) Searches the configured Central URL for the given SHA1 hash. -
Uses of MavenArtifact in org.owasp.dependencycheck.data.nexus
Methods in org.owasp.dependencycheck.data.nexus that return MavenArtifactModifier and TypeMethodDescriptionNexusSearch.searchSha1(String sha1) Searches the configured Nexus repository for the given sha1 hash.NexusV2Search.searchSha1(String sha1) NexusV3Search.searchSha1(String sha1) -
Uses of MavenArtifact in org.owasp.dependencycheck.dependency
Methods in org.owasp.dependencycheck.dependency with parameters of type MavenArtifactModifier and TypeMethodDescriptionvoidDependency.addAsEvidence(String source, MavenArtifact mavenArtifact, Confidence confidence) Adds the Maven artifact as evidence.