| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.owasp |
| Идентификатор | Идентификаторdependency-check-plugin |
| Последняя версия | Последняя версия7.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDependency-Check Plugin Archetype
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.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dependency-check-plugin-7.1.1.pom | |
| dependency-check-plugin-7.1.1.jar | 8 KB |
| dependency-check-plugin-7.1.1-sources.jar | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.owasp/dependency-check-plugin/ -->
<dependency>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-plugin</artifactId>
<version>7.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/dependency-check-plugin/
implementation 'org.owasp:dependency-check-plugin:7.1.1'
// https://jarcasting.com/artifacts/org.owasp/dependency-check-plugin/
implementation ("org.owasp:dependency-check-plugin:7.1.1")
'org.owasp:dependency-check-plugin:jar:7.1.1'
<dependency org="org.owasp" name="dependency-check-plugin" rev="7.1.1">
<artifact name="dependency-check-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='dependency-check-plugin', version='7.1.1')
)
libraryDependencies += "org.owasp" % "dependency-check-plugin" % "7.1.1"
[org.owasp/dependency-check-plugin "7.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains : annotations Необязательный | jar | 23.0.0 |
| com.github.spotbugs : spotbugs-annotations Необязательный | jar | 4.7.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.hamcrest : hamcrest-core | jar | 2.2 |
| org.jmockit : jmockit | jar | 1.49 |