d

dependency-check-parent

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.
https://github.com/jeremylong/DependencyCheck.git
The Apache Software License, Version 2.0
OWASP
Jeremy Long Steve Springett Will Stranathan Dale Visser
文件下载
文件名 操作
dependency-check-parent-9.2.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.owasp</groupId>
  <artifactId>dependency-check-parent</artifactId>
  <version>9.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.owasp:dependency-check-parent:9.2.0'
Gradle Kotlin
implementation("org.owasp:dependency-check-parent:9.2.0")
Scala SBT
libraryDependencies += "org.owasp" % "dependency-check-parent" % "9.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.owasp', module='dependency-check-parent', version='9.2.0')
)
Apache Ivy
<dependency org="org.owasp" name="dependency-check-parent" rev="9.2.0" />
Leiningen
[org.owasp/dependency-check-parent "9.2.0"]
Apache Buildr
'org.owasp:dependency-check-parent:jar:9.2.0'