Skip to content

Commit 8e8e0bb

Browse files
ffontaineinosmeet
authored andcommitted
fix: add additional CPE IDs to faad2 (intel#3699)
Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent 70ccbd6 commit 8e8e0bb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cve_bin_tool/checkers/faad2.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"""
66
CVE checker for faad2:
77
8+
https://www.cvedetails.com/product/14998/Audiocoding-Faad2.html?vendor_id=8551
89
https://www.cvedetails.com/product/38454/Audiocoding-Freeware-Advanced-Audio-Decoder-2.html?vendor_id=8551
10+
https://www.cvedetails.com/product/101051/Faad2-Project-Faad2.html?vendor_id=25570
911
1012
"""
1113
from __future__ import annotations
@@ -20,4 +22,8 @@ class Faad2Checker(Checker):
2022
r"faad-([0-9]+\.[0-9]+\.[0-9]+)",
2123
r"TAG\r?\n([0-9]+\.[0-9]+\.[0-9]+)[A-Za-z \r?\n]+Copyright 2002-2004: Ahead Software AG",
2224
]
23-
VENDOR_PRODUCT = [("audiocoding", "freeware_advanced_audio_decoder_2")]
25+
VENDOR_PRODUCT = [
26+
("audiocoding", "faad2"),
27+
("audiocoding", "freeware_advanced_audio_decoder_2"),
28+
("faad2_project", "faad2"),
29+
]

0 commit comments

Comments
 (0)