mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
04f084f2d4
commit
f880ab66ee
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue