summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-05 15:51:45 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-03-24 08:52:03 +0530
commit213a390d5d280ce39892a0e20f1e1adf6af8709c (patch)
tree29363ed79947b3ab922a74d559b6213dec3b3902 /meta-multimedia
parent67a8fe4a1a3652f930784b2a4f71405b217cf460 (diff)
downloadmeta-openembedded-213a390d5d280ce39892a0e20f1e1adf6af8709c.tar.gz
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> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1571c1a8e5e876db9db744d0a3e3256ac585242b) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb b/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
index 6014326826..1600d9d3ef 100644
--- a/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
+++ b/meta-multimedia/recipes-multimedia/streamripper/streamripper_1.64.6.bb
@@ -30,3 +30,5 @@ EXTRA_OECONF += "\
30 30
31# the included argv library needs this 31# the included argv library needs this
32CPPFLAGS:append = " -DANSI_PROTOTYPES" 32CPPFLAGS:append = " -DANSI_PROTOTYPES"
33
34CVE_STATUS[CVE-2020-37065] = "cpe-incorrect: the vulnerability is about a Windows frontend, not the CLI"