-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
{ | ||
"version": "2.2.0", | ||
"description": "(Scoop bucket by arch3rpro) - Vulnerability-Lookup facilitates quick correlation of vulnerabilities from various sources", | ||
"description": "(Scoop bucket by arch3rpro) PyVulnerabilityLookup - Facilitates quick correlation of vulnerabilities from various sources.", | ||
"homepage": "https://github.com/cve-search/PyVulnerabilityLookup", | ||
"Notes":"该配置由arch3rPro独家编写,执行命令vulnerability_lookup -h 查看帮助", | ||
"notes": "该配置由 arch3rPro 独家编写,执行命令 vulnerability_lookup -h 查看帮助。", | ||
"license": "BSD-3-Clause", | ||
"suggest": "python3.10", | ||
"url": "https://github.com/cve-search/PyVulnerabilityLookup/archive/refs/tags/v2.2.0.zip", | ||
"hash": "e3a01cb23a799be2588e65b537222147066aaef404ab5f67d9463d6c4e73c7c4", | ||
"extract_dir": "PyVulnerabilityLookup-2.2.0", | ||
"post_install": [ | ||
"Move-Item -Path \"$dir\\PyVulnerabilityLookup-$version\\*\" -Destination \"$dir\\\"", | ||
"Remove-Item \"$dir\\PyVulnerabilityLookup-$version\" -Force -Recurse", | ||
"pip3 install pyvulnerabilitylookup" | ||
"pipx install --force \"$dir\"", | ||
"pipx ensurepath" | ||
], | ||
"checkver": "github", | ||
"checkver": { | ||
"url": "https://github.com/cve-search/PyVulnerabilityLookup/releases", | ||
"regex": "tags/v([\\d.]+)" | ||
}, | ||
"autoupdate": { | ||
"url": "https://github.com/cve-search/PyVulnerabilityLookup/archive/refs/tags/v$version.zip" | ||
"url": "https://github.com/cve-search/PyVulnerabilityLookup/archive/refs/tags/v$version.zip", | ||
"extract_dir": "PyVulnerabilityLookup-$version" | ||
} | ||
} | ||
} |