Skip to content

Commit 1485d2b

Browse files
committed
python-3.10 - address CVE-2024-4032
python/cpython#113171
1 parent bd15a1a commit 1485d2b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

py3-setuptools.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ subpackages:
4848
with:
4949
python: python${{range.key}}
5050
- uses: strip
51+
test:
52+
pipeline:
53+
- uses: python/import
54+
with:
55+
import: setuptools
56+
python: python${{range.key}}
5157

5258
- name: py3-supported-${{vars.pypi-package}}
5359
description: meta package providing ${{vars.pypi-package}} for supported python versions.

python-3.10.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: python-3.10
33
version: 3.10.14
4-
epoch: 3
4+
epoch: 4
55
description: "the Python programming language"
66
copyright:
77
- license: PSF-2.0
@@ -48,6 +48,9 @@ pipeline:
4848
expected-commit: 976ea78599d71f22e9c0fefc2dc37c1d9fc835a4
4949
repository: https://github.com/python/cpython.git
5050
tag: v${{package.version}}
51+
cherry-picks: |
52+
# https://github.com/python/cpython/issues/113171
53+
3.10/c62c9e518b784fe44432a3f4fc265fb95b651906: CVE-2024-4032
5154
5255
- name: Force use of system libraries
5356
runs: |

0 commit comments

Comments
 (0)