guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4d033008a28a32727432eb1b9a46b8583662545d
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sat Dec 6 20:00:58 2025 +0100

    gnu: python-2.7: Hide CVE-2023-36632
    
    * gnu/packages/python.scm (python-2.7):  Hide CVE-2023-36632
    
    Change-Id: Ifd217b0ecfb0ef5025fbc313c6c7a7e771501c77
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5542a62f63..6f78ad8770 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -453,7 +453,10 @@ expression of procedural code; full modularity, supporting 
hierarchical
 packages; exception-based error handling; and very high level dynamic
 data types.")
     (properties '((cpe-name . "python")
-                  (cpe-vendor . "python")))
+                  (cpe-vendor . "python")
+                  ;; CVE-2023-36632 is not a bug according to
+                  ;; https://github.com/python/cpython/issues/103800
+                  (lint-hidden-cve . ("CVE-2023-36632"))))
     (license license:psfl)))
 
 ;; Current 2.x version.

Reply via email to