GNU bug report logs -
#73895
[PATCH] gnu: ansible: Add lint-hidden-cve property.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Sat, 19 Oct 2024 23:00:03 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 264 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.