mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
git: ignore CVE-2022-41953
This is specific to Git-for-Windows. (From OE-Core rev: c8849af809e0213d43e18e5d01067eeeb61b330d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1a9437920a
commit
8b4d0c8cb8
@@ -31,6 +31,8 @@ CVE_PRODUCT = "git-scm:git"
|
|||||||
# in mirrored git repos. Most OE users wouldn't build the docs and
|
# in mirrored git repos. Most OE users wouldn't build the docs and
|
||||||
# we don't see this as a major issue for our general users/usecases.
|
# we don't see this as a major issue for our general users/usecases.
|
||||||
CVE_CHECK_IGNORE += "CVE-2022-24975"
|
CVE_CHECK_IGNORE += "CVE-2022-24975"
|
||||||
|
# This is specific to Git-for-Windows
|
||||||
|
CVE_CHECK_IGNORE += "CVE-2022-41953"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "expat curl"
|
PACKAGECONFIG ??= "expat curl"
|
||||||
PACKAGECONFIG[cvsserver] = ""
|
PACKAGECONFIG[cvsserver] = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user