Skip to content

Commit

Permalink
python-3.10: cherry pick CVE-2024-9287 fixes (#33212)
Browse files Browse the repository at this point in the history
Cherry pick fixes for https://nvd.nist.gov/vuln/detail/CVE-2024-9287
from commits listed here python/cpython#124651

Advisory for the package is here
wolfi-dev/advisories#8825

Signed-off-by: Aditvil-Dev <[email protected]>
  • Loading branch information
Aditvil-Dev authored Nov 4, 2024
1 parent 753e711 commit de99c8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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.15
epoch: 2
epoch: 3
description: "the Python programming language"
copyright:
- license: PSF-2.0
Expand Down Expand Up @@ -49,6 +49,8 @@ pipeline:
expected-commit: ffee63f34445412322a7afc2535731be221cabba
repository: https://github.com/python/cpython.git
tag: v${{package.version}}
cherry-picks: |
3.10/9286ab3a107ea41bd3f3c3682ce2512692bdded8: CVE-2024-9287
- name: Force use of system libraries
runs: |
Expand Down

0 comments on commit de99c8e

Please sign in to comment.