Skip to content

Commit 7de965d

Browse files
ffontaineinosmeet
authored andcommitted
fix: drop rsync CPE ID without CVEs (intel#3634)
gnu:rsync is a CPE ID without any CVEs so drop it: https://www.cvedetails.com/vulnerability-list/vendor_id-72/product_id-3492/GNU-Rsync.html Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent 3088ca1 commit 7de965d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cve_bin_tool/checkers/rsync.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
88
https://www.cvedetails.com/product/396/Andrew-Tridgell-Rsync.html?vendor_id=229
99
https://www.cvedetails.com/product/3171/Redhat-Rsync.html?vendor_id=25
10-
https://www.cvedetails.com/product/3492/GNU-Rsync.html?vendor_id=72
1110
https://www.cvedetails.com/product/11903/Rsync-Rsync.html?vendor_id=7059
1211
https://www.cvedetails.com/product/13782/Samba-Rsync.html?vendor_id=102
1312
@@ -23,7 +22,6 @@ class RsyncChecker(Checker):
2322
VERSION_PATTERNS = [r"([0-9]+\.[0-9]+\.[0-9]+)\r?\nrsync"]
2423
VENDOR_PRODUCT = [
2524
("andrew_tridgell", "rsync"),
26-
("gnu", "rsync"),
2725
("redhat", "rsync"),
2826
("rsync", "rsync"),
2927
("samba", "rsync"),

0 commit comments

Comments
 (0)