Skip to content

Commit d32443d

Browse files
authored
Merge pull request #77092 from bentasker/python3.12-cherrypicks
fix: cherrypick to fix CVE-2025-13836 CVE-2025-12084 CVE-2025-13837
2 parents d01ccf0 + ba884cb commit d32443d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

python-3.12.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.12
33
version: "3.12.12"
4-
epoch: 3
4+
epoch: 4
55
description: "the Python programming language"
66
copyright:
77
- license: PSF-2.0
@@ -57,6 +57,9 @@ pipeline:
5757
tag: v${{package.version}}
5858
cherry-picks: |
5959
3.12/c8a5f3435c342964e0a432cc9fb448b7dbecd1ba: [CVE-2025-6075]
60+
3.12/14b1fdb0a94b96f86fc7b86671ea9582b8676628: [CVE-2025-13836]
61+
3.12/9c9dda6625a2a90d2a06c657eee021d6be19842d: [CVE-2025-12084]
62+
3.12/5a8b19677d818fb41ee55f310233772e15aa1a2b: [CVE-2025-13837]
6063
6164
- name: Force use of system libraries
6265
runs: |

0 commit comments

Comments
 (0)