License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.owasp |
ArtifactId | ArtifactIddependency-check-ant |
Last Version | Last Version7.1.1 |
Release Date | Release Date |
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 |
Filename | Size |
---|---|
dependency-check-ant-7.1.1.pom | |
dependency-check-ant-7.1.1.jar | 28 KB |
dependency-check-ant-7.1.1-sources.jar | 29 KB |
dependency-check-ant-7.1.1-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.owasp/dependency-check-ant/ -->
<dependency>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-ant</artifactId>
<version>7.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/dependency-check-ant/
implementation 'org.owasp:dependency-check-ant:7.1.1'
// https://jarcasting.com/artifacts/org.owasp/dependency-check-ant/
implementation ("org.owasp:dependency-check-ant:7.1.1")
'org.owasp:dependency-check-ant:jar:7.1.1'
<dependency org="org.owasp" name="dependency-check-ant" rev="7.1.1">
<artifact name="dependency-check-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='dependency-check-ant', version='7.1.1')
)
libraryDependencies += "org.owasp" % "dependency-check-ant" % "7.1.1"
[org.owasp/dependency-check-ant "7.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.owasp : dependency-check-core | jar | 7.1.1 |
org.owasp : dependency-check-utils | jar | 7.1.1 |
org.jetbrains : annotations Optional | jar | 23.0.0 |
com.github.spotbugs : spotbugs-annotations Optional | jar | 4.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.10.12 |
Group / Artifact | Type | Version |
---|---|---|
org.owasp : dependency-check-core | test-jar | 7.1.1 |
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 |