-
Notifications
You must be signed in to change notification settings - Fork 602
[AutoPR- Security] Patch python3 for CVE-2025-13837, CVE-2025-12084, CVE-2025-13836 [MEDIUM] #15386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 3.0-dev
Are you sure you want to change the base?
Conversation
mfrw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Patches look good w.r.t upstream
- Patches apply cleanly (verfied locally)
Signed-Off By: @mfrw
| Subject: [PATCH 4/4] merge NEWS entries into one | ||
|
|
||
| Signed-off-by: Azure Linux Security Servicing Account <azurelinux-security@microsoft.com> | ||
| Upstream-reference: https://github.com/python/cpython/pull/142211.patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patch looks good w.r.t upstream
Patch applies cleanly
| - if len(data) < amt: | ||
| - raise IncompleteRead(data, amt-len(data)) | ||
| - return data | ||
| + cursize = min(amt, _MIN_READ_BUF_SIZE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patch looks good w.r.t upstream
Applies cleanly
|
|
||
| return tokenL | ||
|
|
||
| + def _read(self, size): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patch looks good w.r.t upstream
Patch applies cleanly
|
Full Build as this is a major toolchain package |
Kanishk-Bansal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Patch Analysis (the patches applies cleanly as 3.10 is supported release, no regression till now)
- Full & Buddy Build
- patch applied during the build (check
rpm.log) - patch include an upstream reference
- PR has security tag
Auto Patch python3 for CVE-2025-13837, CVE-2025-12084, CVE-2025-13836.
Autosec pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=1011748&view=results
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
What does the PR accomplish, why was it needed?
Change Log
Does this affect the toolchain?
YES/NO
Associated issues
Links to CVEs
Test Methodology