From 2ce7d6deebef1bcf0ea4903f9db43bfcfea199c9 Mon Sep 17 00:00:00 2001 From: ajayk Date: Mon, 3 Feb 2025 08:56:32 -0800 Subject: [PATCH] python-3.13: add CVE-2025-0938 fixes --- python-3.13.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-3.13.yaml b/python-3.13.yaml index 71a7c9fc218..fd2c522ad0b 100644 --- a/python-3.13.yaml +++ b/python-3.13.yaml @@ -1,7 +1,7 @@ package: name: python-3.13 version: 3.13.1 - epoch: 4 + epoch: 5 description: "the Python programming language" copyright: - license: PSF-2.0 @@ -55,7 +55,8 @@ pipeline: repository: https://github.com/python/cpython.git tag: v${{package.version}} cherry-picks: | - 3.13/71e8429ac8e2adc10084ab5ec29a62f4b6671a82: CVE-2024-12254 fix + 3.13/71e8429ac8e2adc10084ab5ec29a62f4b6671a82: CVE-2024-12254 + 3.13/90e526ae67b172ed7c6c56e7edad36263b0f9403: CVE-2025-0938 - name: Force use of system libraries runs: |