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-15 21:46:55 +0000 |
| commit | aefb39658a2660d083723d656a019145dfa9b301 (patch) | |
| tree | 6951ab83f1ef4404a00857a08b405f1b7d96358a | |
| parent | 21f5304a57d0f64d797dbbfce13d820fc966cf52 (diff) | |
| download | poky-aefb39658a2660d083723d656a019145dfa9b301.tar.gz | |
git: ignore CVE-2022-41953
This is specific to Git-for-Windows.
(From OE-Core rev: 72438f0a54296a12cfd770c5c67b1e038f019dee)
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>
| -rw-r--r-- | meta/recipes-devtools/git/git_2.35.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_2.35.6.bb b/meta/recipes-devtools/git/git_2.35.6.bb index 016b743ece..0bb4a6a021 100644 --- a/meta/recipes-devtools/git/git_2.35.6.bb +++ b/meta/recipes-devtools/git/git_2.35.6.bb | |||
| @@ -31,6 +31,8 @@ CVE_PRODUCT = "git-scm:git" | |||
| 31 | # in mirrored git repos. Most OE users wouldn't build the docs and | 31 | # in mirrored git repos. Most OE users wouldn't build the docs and |
| 32 | # we don't see this as a major issue for our general users/usecases. | 32 | # we don't see this as a major issue for our general users/usecases. |
| 33 | CVE_CHECK_IGNORE += "CVE-2022-24975" | 33 | CVE_CHECK_IGNORE += "CVE-2022-24975" |
| 34 | # This is specific to Git-for-Windows | ||
| 35 | CVE_CHECK_IGNORE += "CVE-2022-41953" | ||
| 34 | 36 | ||
| 35 | PACKAGECONFIG ??= "expat curl" | 37 | PACKAGECONFIG ??= "expat curl" |
| 36 | PACKAGECONFIG[cvsserver] = "" | 38 | PACKAGECONFIG[cvsserver] = "" |
