diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-03-21 00:14:03 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-01 19:40:58 +0200 |
| commit | e5a621fa4a60a3edae73ce69771d0ffb0996c0ef (patch) | |
| tree | c98ac8ed8e0e71a9327f1cccfd0e0aad2fd54934 /meta-oe | |
| parent | 12b5785d71e669fde989ff53e5c37734c8c508c1 (diff) | |
| download | meta-openembedded-e5a621fa4a60a3edae73ce69771d0ffb0996c0ef.tar.gz | |
libmad: ignore CVE-2017-11552 and CVE-2018-7263
These CVEs are for mpg321, not libmad.
See Debian assessment:
* https://security-tracker.debian.org/tracker/CVE-2017-11552
* https://security-tracker.debian.org/tracker/CVE-2018-7263
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit fee86a312fbcaef7aaad66fe2f6756bd7e57d585)
Adapted to Kirkstone.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb index f197a4238d..869ac93da9 100644 --- a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb +++ b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb | |||
| @@ -34,3 +34,6 @@ do_configure:prepend () { | |||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | ARM_INSTRUCTION_SET = "arm" | 36 | ARM_INSTRUCTION_SET = "arm" |
| 37 | |||
| 38 | # cpe-incorrect: this CVE is for mpg321, not libmad | ||
| 39 | CVE_CHECK_IGNORE += "CVE-2017-11552 CVE-2018-7263" | ||
