| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.owasp |
| Идентификатор | Идентификаторdependency-check-parent |
| Последняя версия | Последняя версия7.1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dependency-check-parent-7.1.1.pom | 52 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.owasp/dependency-check-parent/ -->
<dependency>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>7.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/dependency-check-parent/
implementation 'org.owasp:dependency-check-parent:7.1.1'
// https://jarcasting.com/artifacts/org.owasp/dependency-check-parent/
implementation ("org.owasp:dependency-check-parent:7.1.1")
'org.owasp:dependency-check-parent:pom:7.1.1'
<dependency org="org.owasp" name="dependency-check-parent" rev="7.1.1">
<artifact name="dependency-check-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='dependency-check-parent', version='7.1.1')
)
libraryDependencies += "org.owasp" % "dependency-check-parent" % "7.1.1"
[org.owasp/dependency-check-parent "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 |