Skip to content

Commit

Permalink
add CVE-2025-0938 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy committed Feb 3, 2025
1 parent 66b4b79 commit 8293995
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python-3.12.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: python-3.12
version: 3.12.8
epoch: 2
epoch: 3
description: "the Python programming language"
copyright:
- license: PSF-2.0
Expand Down Expand Up @@ -55,7 +55,8 @@ pipeline:
repository: https://github.com/python/cpython.git
tag: v${{package.version}}
cherry-picks: |
3.12/9aa0deb2eef2655a1029ba228527b152353135b5: CVE-2024-12254 fix
3.12/9aa0deb2eef2655a1029ba228527b152353135b5: CVE-2024-12254
3.12/a7084f6075c9595ba60119ce8c62f1496f50c568: CVE-2025-0938
- name: Force use of system libraries
runs: |
Expand Down

0 comments on commit 8293995

Please sign in to comment.