diff options
| author | Archana Polampalli <archana.polampalli@windriver.com> | 2023-05-31 09:06:06 +0000 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-06-06 04:05:58 -1000 |
| commit | 1236cc74fc6d5ad09bdbb945d667a7a92cdaa983 (patch) | |
| tree | 4e59a5e96d7e8191ec721e5f66b3178f5a2d4c62 | |
| parent | c99c7dea447e0695eb2286157ba37fd461b1a988 (diff) | |
| download | poky-1236cc74fc6d5ad09bdbb945d667a7a92cdaa983.tar.gz | |
git: ignore CVE-2023-25815
This is specific to Git-for-Windows.
(From OE-Core rev: 0bdeec9951e8e2c4f645475be98b7a0176438c9b)
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-devtools/git/git_2.39.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/git/git_2.39.2.bb b/meta/recipes-devtools/git/git_2.39.2.bb index 222e545f60..9fac9d13f8 100644 --- a/meta/recipes-devtools/git/git_2.39.2.bb +++ b/meta/recipes-devtools/git/git_2.39.2.bb | |||
| @@ -33,6 +33,8 @@ CVE_PRODUCT = "git-scm:git" | |||
| 33 | CVE_CHECK_IGNORE += "CVE-2022-24975" | 33 | CVE_CHECK_IGNORE += "CVE-2022-24975" |
| 34 | # This is specific to Git-for-Windows | 34 | # This is specific to Git-for-Windows |
| 35 | CVE_CHECK_IGNORE += "CVE-2022-41953" | 35 | CVE_CHECK_IGNORE += "CVE-2022-41953" |
| 36 | # This is specific to Git-for-Windows | ||
| 37 | CVE_CHECK_IGNORE += "CVE-2023-25815" | ||
| 36 | 38 | ||
| 37 | PACKAGECONFIG ??= "expat curl" | 39 | PACKAGECONFIG ??= "expat curl" |
| 38 | PACKAGECONFIG[cvsserver] = "" | 40 | PACKAGECONFIG[cvsserver] = "" |
