summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 5542a62f635..6f78ad87706 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.