diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2025-12-06 20:00:58 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-21 22:08:55 +0000 |
| commit | 4d033008a28a32727432eb1b9a46b8583662545d (patch) | |
| tree | f433744edd938861154f30c43cbd6fb45a31321e /gnu/packages/python.scm | |
| parent | ae36f472bc979bd55c555c2b68f45a2f720896f7 (diff) | |
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>
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 5 |
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 | |||
| 453 | packages; exception-based error handling; and very high level dynamic | 453 | packages; exception-based error handling; and very high level dynamic |
| 454 | data types.") | 454 | data types.") |
| 455 | (properties '((cpe-name . "python") | 455 | (properties '((cpe-name . "python") |
| 456 | (cpe-vendor . "python"))) | 456 | (cpe-vendor . "python") |
| 457 | ;; CVE-2023-36632 is not a bug according to | ||
| 458 | ;; https://github.com/python/cpython/issues/103800 | ||
| 459 | (lint-hidden-cve . ("CVE-2023-36632")))) | ||
| 457 | (license license:psfl))) | 460 | (license license:psfl))) |
| 458 | 461 | ||
| 459 | ;; Current 2.x version. | 462 | ;; Current 2.x version. |
