is not current version
Last Version 7.1.1

Dependency-Check 6.2.0

dependency-check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed vulnerabilities. This tool can be part of the solution to the OWASP Top 10 2013: A9 - Using Components with Known Vulnerabilities.

License

License

GroupId

GroupId

org.owasp
ArtifactId

ArtifactId

dependency-check-parent
Version

Version

6.2.0
Type

Type

pom
Description

Description

Dependency-Check
dependency-check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed vulnerabilities. This tool can be part of the solution to the OWASP Top 10 2013: A9 - Using Components with Known Vulnerabilities.
Project URL

Project URL

https://github.com/jeremylong/DependencyCheck.git
Project Organization

Project Organization

OWASP
Source Code Management

Source Code Management

https://github.com/jeremylong/DependencyCheck

Download dependency-check-parent 6.2.0


<!-- https://jarcasting.com/artifacts/org.owasp/dependency-check-parent/ -->
<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>dependency-check-parent</artifactId>
    <version>6.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/dependency-check-parent/
implementation 'org.owasp:dependency-check-parent:6.2.0'
// https://jarcasting.com/artifacts/org.owasp/dependency-check-parent/
implementation ("org.owasp:dependency-check-parent:6.2.0")
'org.owasp:dependency-check-parent:pom:6.2.0'
<dependency org="org.owasp" name="dependency-check-parent" rev="6.2.0">
  <artifact name="dependency-check-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='dependency-check-parent', version='6.2.0')
)
libraryDependencies += "org.owasp" % "dependency-check-parent" % "6.2.0"
[org.owasp/dependency-check-parent "6.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains : annotations Optional jar 21.0.1
com.github.spotbugs : spotbugs-annotations Optional jar 4.2.3

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.hamcrest : hamcrest-core jar 2.2
org.jmockit : jmockit jar 1.49

Project Modules

  • utils
  • core
  • cli
  • ant
  • maven
  • archetype