diff options
author | Ninette Adhikari <ninette@thehoodiefirm.com> | 2024-04-29 17:04:50 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-30 11:00:34 -0700 |
commit | 566703d589a3cb426a8d658cfc439235227d15e8 (patch) | |
tree | 93e8a0ff6fa0a30b6d2cf8a5cb3c5f66c7ad74b8 | |
parent | cf8c850690cc42e57a51773c13e7f9d8dd4c9238 (diff) | |
download | meta-openembedded-566703d589a3cb426a8d658cfc439235227d15e8.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>
-rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/mpd_0.23.14.bb | 3 |
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 a762fc8322..f30fffebeb 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 | |||
104 | CVE_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." | ||
105 | CVE_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." | ||