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 3088ca1 commit 7de965dCopy full SHA for 7de965d
cve_bin_tool/checkers/rsync.py
@@ -7,7 +7,6 @@
7
8
https://www.cvedetails.com/product/396/Andrew-Tridgell-Rsync.html?vendor_id=229
9
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
11
https://www.cvedetails.com/product/11903/Rsync-Rsync.html?vendor_id=7059
12
https://www.cvedetails.com/product/13782/Samba-Rsync.html?vendor_id=102
13
@@ -23,7 +22,6 @@ class RsyncChecker(Checker):
23
22
VERSION_PATTERNS = [r"([0-9]+\.[0-9]+\.[0-9]+)\r?\nrsync"]
24
VENDOR_PRODUCT = [
25
("andrew_tridgell", "rsync"),
26
- ("gnu", "rsync"),
27
("redhat", "rsync"),
28
("rsync", "rsync"),
29
("samba", "rsync"),
0 commit comments