summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/version-control.scm9
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 6652ac717f..9bf5ac76df 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -590,7 +590,14 @@ everything from small to very large projects with speed and efficiency.")
    (properties '((lint-hidden-cve . ("CVE-2018-1000182"
                                      "CVE-2018-1000110"
                                      "CVE-2019-1003010"
-                                     "CVE-2020-2136"))))
+                                     "CVE-2020-2136"
+                                     "CVE-2021-21684"
+                                     "CVE-2022-30947"
+                                     "CVE-2022-30948"
+                                     "CVE-2022-30949"
+                                     "CVE-2022-36882"
+                                     "CVE-2022-36883"
+                                     "CVE-2022-36884"))))
    (license license:gpl2)
    (home-page "https://git-scm.com/")))