diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-03-21 00:14:03 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-20 19:36:50 -0700 |
| commit | fee86a312fbcaef7aaad66fe2f6756bd7e57d585 (patch) | |
| tree | 2196f70d3750f3005fb1e963a8cca8ef2efa88ac | |
| parent | 0dcbb0b5d4d1f4e1365c72e7817b86240f4a8158 (diff) | |
| download | meta-openembedded-fee86a312fbcaef7aaad66fe2f6756bd7e57d585.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>
| -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 d7cd38fcbc..2d63f9a804 100644 --- a/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb +++ b/meta-oe/recipes-multimedia/libmad/libmad_0.15.1b.bb | |||
| @@ -36,3 +36,6 @@ do_configure:prepend () { | |||
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | ARM_INSTRUCTION_SET = "arm" | 38 | ARM_INSTRUCTION_SET = "arm" |
| 39 | |||
| 40 | CVE_STATUS[CVE-2017-11552] = "cpe-incorrect: this CVE is for mpg321, not libmad" | ||
| 41 | CVE_STATUS[CVE-2018-7263] = "cpe-incorrect: this CVE is for mpg321, not libmad" | ||
