mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 06:31:25 +00:00
27 lines
965 B
JSON
27 lines
965 B
JSON
{
|
|
"version": "6.0.5",
|
|
"description": "Software composition analysis utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.",
|
|
"homepage": "https://www.owasp.org/index.php/OWASP_Dependency_Check",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.0.5-release.zip",
|
|
"hash": "fa96436530139449dac8022c8cd120bdc6e9dfbb9cbf390cc15b83d9bccfe565",
|
|
"extract_dir": "dependency-check",
|
|
"bin": "bin\\dependency-check.bat",
|
|
"checkver": {
|
|
"url": "https://jeremylong.github.io/DependencyCheck/current.txt",
|
|
"regex": "(.+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-$version-release.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|