summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorNinette Adhikari <ninette@thehoodiefirm.com>2024-04-29 17:04:50 +0200
committerKhem Raj <raj.khem@gmail.com>2024-04-29 11:11:52 -0700
commit3e3c25698124dd82163d966fa9d7e7e807cfecbe (patch)
treeb73c57ad27d470e48daad3ff7ac316ecc7275b8b /meta-multimedia
parent30e6d975e8d7567b40cbdfd22e89bc1a7e1a9c86 (diff)
downloadmeta-openembedded-3e3c25698124dd82163d966fa9d7e7e807cfecbe.tar.gz
mpd: Update status for CVE-2020-7465 and CVE-2020-7466
The recipe used in the `meta-openembedded` is a different mpd package compared to the one which has the CVE issue. Package used in `meta-embedded`: http://www.musicpd.org Package with CVE issue: https://sourceforge.net/projects/mpd/ No action required. Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.14.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.14.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.14.bb
index a762fc832..f30fffebe 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.14.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.14.bb
@@ -100,3 +100,6 @@ USERADD_PARAM:${PN} = " \
100 --home ${localstatedir}/lib/mpd \ 100 --home ${localstatedir}/lib/mpd \
101 --groups audio \ 101 --groups audio \
102 --user-group mpd" 102 --user-group mpd"
103
104CVE_STATUS[CVE-2020-7465] = "cpe-incorrect: The recipe used in the meta-openembedded is a different mpd package compared to the one which has the CVE issue."
105CVE_STATUS[CVE-2020-7466] = "cpe-incorrect: The recipe used in the meta-openembedded is a different mpd package compared to the one which has the CVE issue."