diff options
| author | aszh07 <mail2szahir@gmail.com> | 2024-10-16 15:52:01 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-10-30 08:30:00 -0700 |
| commit | a44d5071513ba1fd114d51867edfb32e86a16abf (patch) | |
| tree | 5096feb05ec2f0dd97a7887f7a605f4e6a38860a /meta | |
| parent | c146cf43c7f24a77cc302623253f6226e631a36b (diff) | |
| download | poky-a44d5071513ba1fd114d51867edfb32e86a16abf.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: cebbbf76c029c5bf5563aca515b1c025c3644bf8)
Signed-off-by: aszh07 <mail2szahir@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb index 13051f4e36..84bba3b7b6 100644 --- a/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb +++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_6.1.1.bb | |||
| @@ -194,3 +194,5 @@ INSANE_SKIP:${MLPREFIX}libavutil = "textrel" | |||
| 194 | INSANE_SKIP:${MLPREFIX}libswscale = "textrel" | 194 | INSANE_SKIP:${MLPREFIX}libswscale = "textrel" |
| 195 | INSANE_SKIP:${MLPREFIX}libswresample = "textrel" | 195 | INSANE_SKIP:${MLPREFIX}libswresample = "textrel" |
| 196 | INSANE_SKIP:${MLPREFIX}libpostproc = "textrel" | 196 | INSANE_SKIP:${MLPREFIX}libpostproc = "textrel" |
| 197 | |||
| 198 | CVE_PRODUCT = "ffmpeg libswresample libavcodec" | ||
