guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#73895] [PATCH] gnu: ansible: Add lint-hidden-cve property.


From: Nicolas Graves
Subject: [bug#73895] [PATCH] gnu: ansible: Add lint-hidden-cve property.
Date: Sun, 20 Oct 2024 00:59:19 +0200

* gnu/packages/admin.scm (ansible): Add lint-hidden-cve property for
CVE-2023-32982 and CVE-2023-32983.
---
 gnu/packages/admin.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 6e883144b0..c0dbcb6cd7 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3043,6 +3043,9 @@ (define-public ansible
 updates with load balancers.  This package provides a curated set of
 community-maintained Ansible collections, which contain playbooks, roles,
 modules and plugins that extend Ansible.")
+    ;; Those actually concern the Jenkins Ansible plugin, rather than the
+    ;; Ansible Jenkins plugin.
+    (properties `((lint-hidden-cve . ("CVE-2023-32982" "CVE-2023-32983"))))
     (license license:gpl3+)))
 
 (define-public debops
-- 
2.46.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]