-
Notifications
You must be signed in to change notification settings - Fork 565
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
[Medium] cmake: Fix CVE-2024-7264 and CVE-2024-9681 #12020
base: fasttrack/3.0
Are you sure you want to change the base?
Conversation
1d33642
to
adde4c9
Compare
@@ -15,6 +15,9 @@ Patch1: CVE-2024-6197.patch | |||
Patch2: CVE-2024-6874.patch | |||
Patch3: CVE-2024-8096.patch | |||
Patch4: CVE-2024-11053.patch | |||
Patch5: clean-up-GTime2str.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.
@jykanase what is patch5 doing? Is it related to a CVE fix or just some additional change that was brought over?
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 related to CVE-2024-7264. Some changes were required in the same file to apply CVE patch cleanly.
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
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
cmake: Fix CVE-2024-7264 and CVE-2024-9681
Change Log
Added following patches:
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology