diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-01-30 12:07:08 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 16:41:42 +0000 |
| commit | 3f4da8c618c9355a9356c5673055c97b0df05e9f (patch) | |
| tree | b7a9414f16d62425bf7296468a19eb3e78adbe0c /meta/recipes-devtools/git/git.inc | |
| parent | 358c909fc7f76327c61466c2f0b2295ddf2f1ad2 (diff) | |
| download | poky-3f4da8c618c9355a9356c5673055c97b0df05e9f.tar.gz | |
git: ignore CVE-2022-41953
This is specific to Git-for-Windows.
(From OE-Core rev: dfb042a6159d128aa4ee8d899c447cf33a2be7ae)
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>
Diffstat (limited to 'meta/recipes-devtools/git/git.inc')
| -rw-r--r-- | meta/recipes-devtools/git/git.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index d707f25456..ed6308ea2d 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
| @@ -23,6 +23,8 @@ CVE_PRODUCT = "git-scm:git" | |||
| 23 | # in mirrored git repos. Most OE users wouldn't build the docs and | 23 | # in mirrored git repos. Most OE users wouldn't build the docs and |
| 24 | # we don't see this as a major issue for our general users/usecases. | 24 | # we don't see this as a major issue for our general users/usecases. |
| 25 | CVE_CHECK_WHITELIST += "CVE-2022-24975" | 25 | CVE_CHECK_WHITELIST += "CVE-2022-24975" |
| 26 | # This is specific to Git-for-Windows | ||
| 27 | CVE_CHECK_WHITELIST += "CVE-2022-41953" | ||
| 26 | 28 | ||
| 27 | PACKAGECONFIG ??= "" | 29 | PACKAGECONFIG ??= "" |
| 28 | PACKAGECONFIG[cvsserver] = "" | 30 | PACKAGECONFIG[cvsserver] = "" |
