build: Update libcurl from 8.10.1 to 8.18.0#5332
Open
Jonathan Sillak (josill) wants to merge 3 commits intoconfluentinc:masterfrom
Open
build: Update libcurl from 8.10.1 to 8.18.0#5332Jonathan Sillak (josill) wants to merge 3 commits intoconfluentinc:masterfrom
Jonathan Sillak (josill) wants to merge 3 commits intoconfluentinc:masterfrom
Conversation
libcurl versions 7.17.0 through 8.17.0 contain known security vulnerabilities (CVE-2024-11053, CVE-2024-9681, CVE-2024-8096, and others). Update the pinned version in vcpkg.json and the source build configuration in mklove/modules/configure.libcurl. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
❌ Error getting contributor login(s). |
Copilot started reviewing on behalf of
Jonathan Sillak (josill)
February 26, 2026 13:08
View session
There was a problem hiding this comment.
Pull request overview
Updates the project’s libcurl dependency pin to a non-vulnerable release across both the vcpkg-based Windows dependency flow and the mklove source-installer flow, addressing the CVEs called out in the PR description.
Changes:
- Bump vcpkg manifest dependency for
curlto8.18.0#0. - Bump mklove’s source-install curl version to
8.18.0and update the pinned SHA-256 checksum.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| vcpkg.json | Raises the minimum vcpkg curl version to 8.18.0 to pull in security fixes. |
| mklove/modules/configure.libcurl | Updates the source build installer to download curl 8.18.0 and verify it via the new SHA-256 checksum. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Update builtin-baseline to current vcpkg master so that curl 8.18.0 is natively available in the baseline. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5331
libcurl versions 7.17.0 through 8.17.0 contain known security vulnerabilities (CVE-2024-11053, CVE-2024-9681, CVE-2024-8096, and others). Update the pinned version in vcpkg.json and the source build configuration in mklove/modules/configure.libcurl.