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 dd023c4 commit 8de8ca2Copy full SHA for 8de8ca2
cve_bin_tool/checkers/ppp.py
@@ -5,6 +5,7 @@
5
"""
6
CVE checker for point-to-point_protocol
7
8
+https://www.cvedetails.com/product/2091/Samba-PPP.html?vendor_id=102
9
https://www.cvedetails.com/product/61854/Point-to-point-Protocol-Project-Point-to-point-Protocol.html?vendor_id=20961
10
11
@@ -21,4 +22,7 @@ class PppChecker(Checker):
21
22
r"pppd[a-z, :%\)]*\r?\n([0-9]+\.[0-9]+\.[0-9]+)",
23
r"([0-9]+\.[0-9]+\.[0-9]+)\r?\npppd",
24
]
- VENDOR_PRODUCT = [("point-to-point_protocol_project", "point-to-point_protocol")]
25
+ VENDOR_PRODUCT = [
26
+ ("point-to-point_protocol_project", "point-to-point_protocol"),
27
+ ("samba", "ppp"),
28
+ ]
0 commit comments