File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 5
5
"""
6
6
CVE checker for faad2:
7
7
8
+ https://www.cvedetails.com/product/14998/Audiocoding-Faad2.html?vendor_id=8551
8
9
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
9
11
10
12
"""
11
13
from __future__ import annotations
@@ -20,4 +22,8 @@ class Faad2Checker(Checker):
20
22
r"faad-([0-9]+\.[0-9]+\.[0-9]+)" ,
21
23
r"TAG\r?\n([0-9]+\.[0-9]+\.[0-9]+)[A-Za-z \r?\n]+Copyright 2002-2004: Ahead Software AG" ,
22
24
]
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
+ ]
You can’t perform that action at this time.
0 commit comments