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

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: bug#73895: closed (Re: [bug#73895] [PATCH] gnu: ansible: Add
 lint-hidden-cve property.)
Date: Wed, 23 Oct 2024 11:03:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73895 <at> debbugs.gnu.org.

-- 
73895: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73895
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Nicolas Graves <ngraves <at> ngraves.fr>
Cc: 73895-done <at> debbugs.gnu.org
Subject: Re: [bug#73895] [PATCH] gnu: ansible: Add lint-hidden-cve property.
Date: Wed, 23 Oct 2024 13:01:14 +0200
Nicolas Graves <ngraves <at> ngraves.fr> skribis:

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

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [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




This bug report was last modified 263 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.