-
Notifications
You must be signed in to change notification settings - Fork 603
[Low] Patch python3 for CVE-2025-1795 #12859
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
[Low] Patch python3 for CVE-2025-1795 #12859
Conversation
dmcilvaney
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.
https://github.com/microsoft/azurelinux/tree/2.0/toolkit/resources/manifests/package these manifests also need updating for toolchain packages. The PR check should list the expected changes.
I didn't change these manifests though this PR. Just I checked out stable version of toolchain, using the following command "git checkout -f 2.0-stable -- resources/manifests" |
|
The manifest files track which packages we use as our toolchain. Python is one of those packages, so the manifests need to match the new version-release in the .spec file. When you do |
Yes, Fixed, |
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.
Kindly resolve merge conflicts
|
/azurepipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| @@ -1,5 +1,5 @@ | |||
| filesystem-1.1-20.cm2.aarch64.rpm | |||
| kernel-headers-5.15.176.3-3.cm2.noarch.rpm | |||
| kernel-headers-5.15.167.1-1.cm2.noarch.rpm | |||
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.
These versions shouldn't be rolled back, merge/rebase may have gone wrong?
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.
Updated with latest manifest files.
Signed-off-by: Sreenivasulu Malavathula <v-smalavathu@microsoft.com>
89d10af to
21c0450
Compare
|
/azurepipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azurepipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
- Buddy Build
- Patch getting applied during the build in rpm.log : Yes
- test failures (if any) : NO
- Upstream Patch Reference is there in the Patch : Yes
- Has
securitytag : Yes
Signed-off-by: Sreenivasulu Malavathula <v-smalavathu@microsoft.com> Co-authored-by: Kanishk Bansal <103916909+Kanishk-Bansal@users.noreply.github.com> Co-authored-by: jslobodzian <joslobo@microsoft.com> (cherry picked from commit a5b423f)
|
Auto cherry-pick results: Auto cherry-pick pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=783634&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
python3: Patch for CVE-2025-1795
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology