mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			962 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			962 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "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": "6.0.2",
 | 
						|
    "url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.0.2-release.zip",
 | 
						|
    "hash": "87f417e001ff08a1ee08ef648c4bb1b7cb6aa6899b9881f573c7bd8c1a1c8db5",
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |