License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.owasp |
ArtifactId | ArtifactIddependency-check-ant |
Version | Version6.5.3 |
Type | Typejar |
Description |
DescriptionDependency-Check Ant Task
dependency-check-ant is an Ant Task that uses dependency-check-core to detect publicly disclosed vulnerabilities associated with the project's dependencies. The task will generate a report listing the dependency, any identified Common Platform Enumeration (CPE) identifiers, and the associated Common Vulnerability and Exposure (CVE) entries.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.owasp/dependency-check-ant/ -->
<dependency>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-ant</artifactId>
<version>6.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/dependency-check-ant/
implementation 'org.owasp:dependency-check-ant:6.5.3'
// https://jarcasting.com/artifacts/org.owasp/dependency-check-ant/
implementation ("org.owasp:dependency-check-ant:6.5.3")
'org.owasp:dependency-check-ant:jar:6.5.3'
<dependency org="org.owasp" name="dependency-check-ant" rev="6.5.3">
<artifact name="dependency-check-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='dependency-check-ant', version='6.5.3')
)
libraryDependencies += "org.owasp" % "dependency-check-ant" % "6.5.3"
[org.owasp/dependency-check-ant "6.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.owasp : dependency-check-core | jar | 6.5.3 |
org.owasp : dependency-check-utils | jar | 6.5.3 |
org.jetbrains : annotations Optional | jar | 23.0.0 |
com.github.spotbugs : spotbugs-annotations Optional | jar | 4.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.12 |
Group / Artifact | Type | Version |
---|---|---|
org.owasp : dependency-check-core | test-jar | 6.5.3 |
org.apache.ant : ant-testutil | jar | 1.10.12 |
junit : junit | jar | 4.13.2 |
org.hamcrest : hamcrest-core | jar | 2.2 |
org.jmockit : jmockit | jar | 1.49 |