mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
dependency-check: Add version 5.2.2 (#497)
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
4abb1227e1
commit
19d0f4475a
26
bucket/dependency-check.json
Normal file
26
bucket/dependency-check.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"homepage": "https://www.owasp.org/index.php/OWASP_Dependency_Check",
|
||||
"description": "Software composition analysis utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.",
|
||||
"license": "Apache-2.0",
|
||||
"version": "5.2.2",
|
||||
"url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-5.2.2-release.zip",
|
||||
"hash": "a0bb0e041db4a22ae0a1db83ff962b960aaf9cd0205d99d64e872361ccfcaa34",
|
||||
"extract_dir": "dependency-check",
|
||||
"bin": "bin\\dependency-check.bat",
|
||||
"suggest": {
|
||||
"JDK": [
|
||||
"java/oraclejdk",
|
||||
"java/openjdk"
|
||||
]
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://jeremylong.github.io/DependencyCheck/current.txt",
|
||||
"re": "(.+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-$version-release.zip",
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user