Skip to content

Commit

Permalink
Merge pull request #22798 from smoser/cve/python-3.10-CVE-2024-4032
Browse files Browse the repository at this point in the history
python-3.10 - address CVE-2024-4032
  • Loading branch information
smoser authored Jun 27, 2024
2 parents d6df7ca + 3f8caf6 commit b007b5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python-3.10.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: python-3.10
version: 3.10.14
epoch: 3
epoch: 4
description: "the Python programming language"
copyright:
- license: PSF-2.0
Expand Down Expand Up @@ -48,6 +48,9 @@ pipeline:
expected-commit: 976ea78599d71f22e9c0fefc2dc37c1d9fc835a4
repository: https://github.com/python/cpython.git
tag: v${{package.version}}
cherry-picks: |
# https://github.com/python/cpython/issues/113171
3.10/c62c9e518b784fe44432a3f4fc265fb95b651906: CVE-2024-4032
- name: Force use of system libraries
runs: |
Expand Down

0 comments on commit b007b5c

Please sign in to comment.