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 53b359d commit a0f0dcdCopy full SHA for a0f0dcd
cve_bin_tool/checkers/c_ares.py
@@ -7,6 +7,7 @@
7
8
https://www.cvedetails.com/product/11384/Daniel-Stenberg-C-ares.html?vendor_id=613
9
https://www.cvedetails.com/product/34754/C-ares-Project-C-ares.html?vendor_id=15926
10
+https://www.cvedetails.com/product/160076/C-ares-C-ares.html?vendor_id=32666
11
12
"""
13
from __future__ import annotations
@@ -21,4 +22,8 @@ class CAresChecker(Checker):
21
22
r"c-ares-([0-9]+\.[0-9]+\.[0-9]+)",
23
r"c-ares library initialization[A-Za-z \.\r\n]+\r?\n([0-9]+\.[0-9]+\.[0-9]+)",
24
]
- VENDOR_PRODUCT = [("c-ares_project", "c-ares"), ("daniel_stenberg", "c-ares")]
25
+ VENDOR_PRODUCT = [
26
+ ("c-ares", "c-ares"),
27
+ ("c-ares_project", "c-ares"),
28
+ ("daniel_stenberg", "c-ares"),
29
+ ]
0 commit comments