Skip to content

Commit 14b386f

Browse files
authored
fix: update upx CPE ID (#5344)
Add upx:upx CPE ID Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent b5b0134 commit 14b386f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cve_bin_tool/checkers/upx.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
CVE checker for upx
77
88
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
910
1011
"""
1112
from __future__ import annotations
@@ -17,4 +18,4 @@ class UpxChecker(Checker):
1718
CONTAINS_PATTERNS: list[str] = []
1819
FILENAME_PATTERNS: list[str] = []
1920
VERSION_PATTERNS = [r"UPX ([0-9]+\.[0-9]+\.?[0-9]*)"]
20-
VENDOR_PRODUCT = [("upx_project", "upx")]
21+
VENDOR_PRODUCT = [("upx_project", "upx"), ("upx", "upx")]

0 commit comments

Comments
 (0)