mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:33:28 +00:00
streamripper: ignore CVE-2020-37065
Details: https://nvd.nist.gov/vuln/detail/CVE-2020-37065 The vulnerability is about a 3rd party Windows-only GUI frontend for the streamripper library, and not for the CLI application that the recipe builds. Due to this ignore this CVE. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
parent
c66c447396
commit
4b86569eb4
@ -30,3 +30,6 @@ EXTRA_OECONF += "\
|
||||
|
||||
# the included argv library needs this
|
||||
CPPFLAGS:append = " -DANSI_PROTOTYPES"
|
||||
|
||||
# cpe-incorrect: the vulnerability is about a Windows frontend, not the CLI
|
||||
CVE_CHECK_IGNORE = "CVE-2020-37065"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user