Skip to content

Commit b5b0134

Browse files
authored
fix: update iputils CPE ID (#5345)
Add iputils:iputils CPE ID Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent 5f5adfe commit b5b0134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cve_bin_tool/checkers/iputils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"""
66
CVE checker for iputils
77
8+
https://www.cvedetails.com/product/898/Iputils-Iputils.html?vendor_id=520
89
https://www.cvedetails.com/product/150862/Iputils-Project-Iputils.html?vendor_id=31725
910
1011
"""
@@ -20,4 +21,4 @@ class IputilsChecker(Checker):
2021
r"([0-9]+)\r?\n[a-z, ]*iputils",
2122
r"iputils[A-Za-z0-9 \-\r\n]*\r?\n([0-9]+)\r?\n",
2223
]
23-
VENDOR_PRODUCT = [("iputils_project", "iputils")]
24+
VENDOR_PRODUCT = [("iputils", "iputils"), ("iputils_project", "iputils")]

0 commit comments

Comments
 (0)