| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.owasp |
| Идентификатор | Идентификаторdependency-check-parent |
| Версия | Версия6.5.2 |
| Тип | Тип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-6.5.2.pom | 58 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.owasp/dependency-check-parent/ -->
<dependency>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-parent</artifactId>
<version>6.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/dependency-check-parent/
implementation 'org.owasp:dependency-check-parent:6.5.2'
// https://jarcasting.com/artifacts/org.owasp/dependency-check-parent/
implementation ("org.owasp:dependency-check-parent:6.5.2")
'org.owasp:dependency-check-parent:pom:6.5.2'
<dependency org="org.owasp" name="dependency-check-parent" rev="6.5.2">
<artifact name="dependency-check-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='dependency-check-parent', version='6.5.2')
)
libraryDependencies += "org.owasp" % "dependency-check-parent" % "6.5.2"
[org.owasp/dependency-check-parent "6.5.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains : annotations Необязательный | jar | 23.0.0 |
| com.github.spotbugs : spotbugs-annotations Необязательный | jar | 4.5.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.hamcrest : hamcrest-core | jar | 2.2 |
| org.jmockit : jmockit | jar | 1.49 |