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 54da5b0 commit 84f3c4bCopy full SHA for 84f3c4b
cve_bin_tool/checkers/xerces.py
@@ -6,7 +6,7 @@
6
CVE checker for libxerces
7
8
References:
9
-http://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-4103/Apache-Xerces-c-.html
+https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&orderBy=2.3&keyword=cpe%3A2.3%3Aa%3Aapache%3Axerces-c%5C%2B%5C%2B&status=FINAL
10
11
RSS feed: http://www.cvedetails.com/vulnerability-feed.php?vendor_id=45&product_id=4103&version_id=&orderby=2&cvssscoremin=0
12
"""
@@ -20,4 +20,4 @@ class XercesChecker(Checker):
20
r"\/xerces-c-src_([0-9]+_[0-9]+_[0-9]+)\/",
21
r"xercesc_([0-9]+\_[0-9]+):",
22
]
23
- VENDOR_PRODUCT = [("apache", "xerces-c")]
+ VENDOR_PRODUCT = [("apache", "xerces-c\+\+")]
0 commit comments