1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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 <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2025-12-06 20:00:58 +01:00
committed by Sharlatan Hellseher
parent ae36f472bc
commit 4d033008a2

View File

@@ -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.