Skip to content

Commit

Permalink
fix: drop rsync CPE ID without CVEs
Browse files Browse the repository at this point in the history
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 <fabrice.fontaine@orange.com>
  • Loading branch information
ffontaine committed Dec 19, 2023
1 parent ba9608d commit 0f031b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cve_bin_tool/checkers/rsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
https://www.cvedetails.com/product/396/Andrew-Tridgell-Rsync.html?vendor_id=229
https://www.cvedetails.com/product/3171/Redhat-Rsync.html?vendor_id=25
https://www.cvedetails.com/product/3492/GNU-Rsync.html?vendor_id=72
https://www.cvedetails.com/product/11903/Rsync-Rsync.html?vendor_id=7059
https://www.cvedetails.com/product/13782/Samba-Rsync.html?vendor_id=102
Expand All @@ -23,7 +22,6 @@ class RsyncChecker(Checker):
VERSION_PATTERNS = [r"([0-9]+\.[0-9]+\.[0-9]+)\r?\nrsync"]
VENDOR_PRODUCT = [
("andrew_tridgell", "rsync"),
("gnu", "rsync"),
("redhat", "rsync"),
("rsync", "rsync"),
("samba", "rsync"),
Expand Down

0 comments on commit 0f031b2

Please sign in to comment.