winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ec551b2f210a0931e0c6488d1f52d24aa54494d1
parent 0130b019377aa78175e015e924873763e14ed987
Author: Flor Chacón <14323496+florelis@users.noreply.github.com>
Date:   Tue, 22 Apr 2025 12:22:33 -0700

Update curl to 1.12.1 (#5404)

Update curl to 1.12.1 to address CVEs:
* CVE-2025-0167
* CVE-2025-0665
* CVE-2025-0725

###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5404)
Diffstat:
Msrc/vcpkg.json | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/vcpkg.json b/src/vcpkg.json @@ -5,7 +5,7 @@ "./VcpkgCustomTriplets" ] }, - "builtin-baseline": "b322364f06308bdd24823f9d8f03fe0cc86fd46f", + "builtin-baseline": "ce613c41372b23b1f51333815feb3edd87ef8a8b", "dependencies": [ "catch2", "correlation-vector-cpp", @@ -33,7 +33,7 @@ }, { "name": "curl", - "version": "8.11.1" + "version": "8.12.1" }, { "name": "nlohmann-json",