gnu: ansible: Add lint-hidden-cve property.

* gnu/packages/admin.scm (ansible): Add lint-hidden-cve property for
CVE-2023-32982 and CVE-2023-32983.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves 2024-10-20 00:59:19 +02:00 committed by Ludovic Courtès
parent 04f084f2d4
commit f880ab66ee
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3043,6 +3043,9 @@ orchestration. Ansible facilitates complex changes like zero-downtime rolling
updates with load balancers. This package provides a curated set of updates with load balancers. This package provides a curated set of
community-maintained Ansible collections, which contain playbooks, roles, community-maintained Ansible collections, which contain playbooks, roles,
modules and plugins that extend Ansible.") 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+))) (license license:gpl3+)))
(define-public debops (define-public debops