| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.owasp |
| Идентификатор | Идентификаторdependency-check-core |
| Версия | Версия7.1.1 |
| Тип | Типjar |
| Описание |
ОписаниеDependency-Check Core
dependency-check-core is the engine and reporting tool used to identify and report if there are any known, publicly disclosed vulnerabilities in the scanned project's dependencies. The engine extracts meta-data from the dependencies and uses this to do fuzzy key-word matching against the Common Platfrom Enumeration (CPE), if any CPE identifiers are found the associated Common Vulnerability and Exposure (CVE) entries are added to the generated report.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dependency-check-core-7.1.1.pom | |
| dependency-check-core-7.1.1.jar | 1007 KB |
| dependency-check-core-7.1.1-tests.jar | 289 KB |
| dependency-check-core-7.1.1-sources.jar | 835 KB |
| dependency-check-core-7.1.1-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.owasp/dependency-check-core/ -->
<dependency>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-core</artifactId>
<version>7.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/dependency-check-core/
implementation 'org.owasp:dependency-check-core:7.1.1'
// https://jarcasting.com/artifacts/org.owasp/dependency-check-core/
implementation ("org.owasp:dependency-check-core:7.1.1")
'org.owasp:dependency-check-core:jar:7.1.1'
<dependency org="org.owasp" name="dependency-check-core" rev="7.1.1">
<artifact name="dependency-check-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='dependency-check-core', version='7.1.1')
)
libraryDependencies += "org.owasp" % "dependency-check-core" % "7.1.1"
[org.owasp/dependency-check-core "7.1.1"]