summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraszh07 <mail2szahir@gmail.com>2025-06-16 10:16:12 +0530
committerSteve Sakoman <steve@sakoman.com>2025-06-20 08:06:29 -0700
commitaa3a15a8bfaf01f9d25f556cbfc73f299715beb1 (patch)
treeb02b0e0c7c8bc9082808643af153045a65c1058d
parent1f73cf5b9857c2b5b912dff3f0ce1dcdb4b0680c (diff)
downloadpoky-aa3a15a8bfaf01f9d25f556cbfc73f299715beb1.tar.gz
ffmpeg: Add "libswresample libavcodec" to CVE_PRODUCT
Currently, CVE_PRODUCT only detects vulnerabilities where the product is "ffmpeg". However, there are also vulnerabilities where the product is "libswresample", and "libavcodec" as shown below. https://app.opencve.io/vendors/?vendor=ffmpeg Therefore, add "libswresample libavcodec" to CVE_PRODUCT to detect vulnerabilities where the product is "libswresample libavcodec" as well. (From OE-Core rev: 9684eba5c543de229108008e29afd1dd021a9799) (From OE-Core rev: 34df694e0cdf4c1e3dfc99502a9e615b8c802cdb) Signed-off-by: aszh07 <mail2szahir@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Naman Jain <namanj1@kpit.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb
index ae257a3926..dcdb65d2eb 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_5.0.3.bb
@@ -233,3 +233,5 @@ INSANE_SKIP:${MLPREFIX}libavutil = "textrel"
233INSANE_SKIP:${MLPREFIX}libswscale = "textrel" 233INSANE_SKIP:${MLPREFIX}libswscale = "textrel"
234INSANE_SKIP:${MLPREFIX}libswresample = "textrel" 234INSANE_SKIP:${MLPREFIX}libswresample = "textrel"
235INSANE_SKIP:${MLPREFIX}libpostproc = "textrel" 235INSANE_SKIP:${MLPREFIX}libpostproc = "textrel"
236
237CVE_PRODUCT = "ffmpeg libswresample libavcodec"