diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-12-19 21:48:53 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-19 13:00:32 -0800 |
commit | 073e8452748132a93103e5db32dc9980c84d201c (patch) | |
tree | 0c6a8c629791371a788bc058a0dcac5cd5783695 | |
parent | 0e7733f1b8f51949ec91d82267d5d864ac0be16a (diff) | |
download | meta-openembedded-073e8452748132a93103e5db32dc9980c84d201c.tar.gz |
spice: ignore CVE-2016-0749
NVD tracks this as version-less CVE for spice.
It was fixed by [1] and [2] included in 0.13.2.
[1] https://gitlab.freedesktop.org/spice/spice/-/commit/6b32af3e1746988bb5a5123263bcf61b65e5be7e
[2] https://gitlab.freedesktop.org/spice/spice/-/commit/359ac42a7ac02dcd1013757559292006647cd5c4
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index 419316a26e..5e6d8584e3 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
@@ -21,6 +21,7 @@ SRC_URI = "gitsm://gitlab.freedesktop.org/spice/spice;branch=master;protocol=htt | |||
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||
24 | CVE_STATUS[CVE-2016-0749] = "fixed-version: patched since 0.13.2" | ||
24 | CVE_STATUS[CVE-2018-10893] = "fixed-version: patched already, caused by inaccurate CPE in the NVD database." | 25 | CVE_STATUS[CVE-2018-10893] = "fixed-version: patched already, caused by inaccurate CPE in the NVD database." |
25 | 26 | ||
26 | inherit meson gettext python3native python3-dir pkgconfig | 27 | inherit meson gettext python3native python3-dir pkgconfig |