-
Notifications
You must be signed in to change notification settings - Fork 570
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
base: fasttrack/2.0
Are you sure you want to change the base?
[Low] Patch python3 for CVE-2025-1795 #12859
Conversation
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, |
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 <[email protected]>
89d10af
to
21c0450
Compare
/azurepipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azurepipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
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
security
tag : Yes
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag 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.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
python3: Patch for CVE-2025-1795
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology