diff options
| -rw-r--r-- | meta/recipes-devtools/git/git.inc | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index a89dd42e8b..ffbae145cf 100644 --- a/meta/recipes-devtools/git/git.inc +++ b/meta/recipes-devtools/git/git.inc | |||
| @@ -20,6 +20,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7c0d7ef03a7eb04ce795b0f60e68e7e1" | |||
| 20 | 20 | ||
| 21 | CVE_PRODUCT = "git-scm:git" | 21 | CVE_PRODUCT = "git-scm:git" | 
| 22 | 22 | ||
| 23 | # This is about a manpage not mentioning --mirror may "leak" information | ||
| 24 | # in mirrored git repos. Most OE users wouldn't build the docs and | ||
| 25 | # we don't see this as a major issue for our general users/usecases. | ||
| 26 | CVE_CHECK_IGNORE += "CVE-2022-24975" | ||
| 27 | |||
| 23 | PACKAGECONFIG ??= "" | 28 | PACKAGECONFIG ??= "" | 
| 24 | PACKAGECONFIG[cvsserver] = "" | 29 | PACKAGECONFIG[cvsserver] = "" | 
| 25 | PACKAGECONFIG[svn] = "" | 30 | PACKAGECONFIG[svn] = "" | 
