mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
libplist: ignore patched CVEs
CVE-2017-5834, CVE-2017-5835 and CVE-2017-5836 are patched in our
version of libplist but they don't have a vulnerable version range in
the NVD database, that's why they need to be ignored.
Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 261465eb6e)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
a47ef04661
commit
cd54a3b37d
@@ -13,6 +13,12 @@ SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https;branch=mast
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CVE_CHECK_IGNORE += "\
|
||||
CVE-2017-5834 \
|
||||
CVE-2017-5835 \
|
||||
CVE-2017-5836 \
|
||||
"
|
||||
|
||||
do_install:append () {
|
||||
if [ -e ${D}${libdir}/python*/site-packages/plist/_plist.so ]; then
|
||||
chrpath -d ${D}${libdir}/python*/site-packages/plist/_plist.so
|
||||
|
||||
Reference in New Issue
Block a user