File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
CVE checker for libxerces
7
7
8
8
References:
9
- http ://www.cvedetails.com/vulnerability-list/vendor_id-45/product_id-4103/Apache-Xerces-c-.html
9
+ 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
10
11
11
RSS feed: http://www.cvedetails.com/vulnerability-feed.php?vendor_id=45&product_id=4103&version_id=&orderby=2&cvssscoremin=0
12
12
"""
@@ -20,4 +20,4 @@ class XercesChecker(Checker):
20
20
r"\/xerces-c-src_([0-9]+_[0-9]+_[0-9]+)\/" ,
21
21
r"xercesc_([0-9]+\_[0-9]+):" ,
22
22
]
23
- VENDOR_PRODUCT = [("apache" , "xerces-c" )]
23
+ VENDOR_PRODUCT = [("apache" , "xerces-c\+\+ " )]
Original file line number Diff line number Diff line change 3
3
4
4
mapping_test_data = [
5
5
{
6
- "product" : "xerces-c" ,
6
+ "product" : "xerces-c\+\+ " ,
7
7
"version" : "3.1.1" ,
8
8
"version_strings" : ["/xerces-c-src_3_1_1/" ],
9
9
}
12
12
{
13
13
"url" : "http://mirror.centos.org/centos/7/os/x86_64/Packages/" ,
14
14
"package_name" : "xerces-c-3.1.1-10.el7_7.x86_64.rpm" ,
15
- "product" : "xerces-c" ,
15
+ "product" : "xerces-c\+\+ " ,
16
16
"version" : "3.1" ,
17
17
}
18
18
]
You can’t perform that action at this time.
0 commit comments