-
Notifications
You must be signed in to change notification settings - Fork 603
[AutoPR- Security] Patch cloud-hypervisor for CVE-2026-24799 [MEDIUM] #15746
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: main
Are you sure you want to change the base?
[AutoPR- Security] Patch cloud-hypervisor for CVE-2026-24799 [MEDIUM] #15746
Conversation
84b4426 to
2aa0851
Compare
| pushd vendor/libz-sys/src/zlib | ||
| %patch0 -p1 | ||
| %patch4 -p1 | ||
| %patch6 -p1 |
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.
Why patch 5 application is missing?
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.
It is not missing it is getting applied at https://github.com/azurelinux-security/azurelinux/blob/2aa085167e7e84e7ac093fd2d13761e5893a2683/SPECS/cloud-hypervisor/cloud-hypervisor.spec#L92
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.
Recommend differentiating patch scope via naming and grouping for clarity. Prefix patch filenames based on target (e.g., zlib-, cloud-hypervisor-). This will improve maintainability and reviewability.
bhagyapathak
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.
Recommend differentiating patch scope via naming and grouping for clarity. Prefix patch filenames based on target (e.g., zlib-, cloud-hypervisor-). This will improves maintainability, reviewability.
| pushd vendor/libz-sys/src/zlib | ||
| %patch0 -p1 | ||
| %patch4 -p1 | ||
| %patch6 -p1 |
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.
Recommend differentiating patch scope via naming and grouping for clarity. Prefix patch filenames based on target (e.g., zlib-, cloud-hypervisor-). This will improve maintainability and reviewability.
bhagyapathak
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 (Whether the patch applies cleanly/Backported/Minor Changes)
- Buddy Build
- patch applied during the build (check
rpm.log) - patch include an upstream reference
- PR has security tag
- ptest regression
Approving with suggestion.
Auto Patch cloud-hypervisor for CVE-2026-24799.
Autosec pipeline run -> https://dev.azure.com/mariner-org/mariner/_build/results?buildId=1044343&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