diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-08-09 22:13:47 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-08-09 22:13:47 +0300 |
commit | 987f5acb2d13bf475b0c5bc6cf0ceea787fb1c20 (patch) | |
tree | 97010a8a72a1049a17f81e3da0e29c4dd5003add /gnu/packages | |
parent | 468c95e9415bc303cfa36c9b67bbd2ce0abe904b (diff) | |
download | guix-987f5acb2d13bf475b0c5bc6cf0ceea787fb1c20.tar.gz guix-987f5acb2d13bf475b0c5bc6cf0ceea787fb1c20.zip |
gnu: git: Hide more CVEs from the linter.
* gnu/packages/version-control.scm (git)[properties]: Add more CVEs to
the lint-hidden-cve property.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/version-control.scm | 9 |
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/"))) |