mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
git: ignore CVE-2022-41953
This is specific to Git-for-Windows. (From OE-Core rev: e06bed59b2ad4f6ac152c50b445092a208c43ee5) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit c8849af809e0213d43e18e5d01067eeeb61b330d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
36e6d081b8
commit
1ee507463a
@@ -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