python314: address CVE-2025-4517, CVE-2025-4330, CVE-2025-4138, CVE-2024-12718, CVE-2025-4435 (#413689)

This commit is contained in:
OTABI Tomoya
2025-06-10 00:01:00 +09:00
committed by GitHub
2 changed files with 2058 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -340,6 +340,9 @@ stdenv.mkDerivation (finalAttrs: {
++ optionals (pythonAtLeast "3.13") [
./3.13/virtualenv-permissions.patch
]
++ optionals (pythonAtLeast "3.14") [
./3.14/CVE-2025-4517.patch
]
++ optionals mimetypesSupport [
# Make the mimetypes module refer to the right file
./mimetypes.patch