We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b0134 commit 14b386fCopy full SHA for 14b386f
cve_bin_tool/checkers/upx.py
@@ -6,6 +6,7 @@
6
CVE checker for upx
7
8
https://www.cvedetails.com/product/40873/Upx-Project-UPX.html?vendor_id=17080
9
+https://www.cvedetails.com/product/178026/UPX-UPX.html?vendor_id=36845
10
11
"""
12
from __future__ import annotations
@@ -17,4 +18,4 @@ class UpxChecker(Checker):
17
18
CONTAINS_PATTERNS: list[str] = []
19
FILENAME_PATTERNS: list[str] = []
20
VERSION_PATTERNS = [r"UPX ([0-9]+\.[0-9]+\.?[0-9]*)"]
- VENDOR_PRODUCT = [("upx_project", "upx")]
21
+ VENDOR_PRODUCT = [("upx_project", "upx"), ("upx", "upx")]
0 commit comments