commit 848ddea7331766da39a8e4fd3293a6abc8580904
parent 5cfc9daa5c33bcc8469d1b0ae1c05e9cb59cc8eb
Author: Flor Chacón <14323496+florelis@users.noreply.github.com>
Date: Mon, 13 Jan 2025 13:51:56 -0800
Update curl to 8.11.1 due to CVE-2024-11053 (#5131)
Using [vcpkg release
2024.12.16](https://github.com/microsoft/vcpkg/releases/tag/2024.12.16)
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoft/winget-cli/pull/5131)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/vcpkg.json b/src/vcpkg.json
@@ -22,7 +22,7 @@
},
{
"name": "curl",
- "version": "8.11.0"
+ "version": "8.11.1"
},
{
"name": "nlohmann-json",
@@ -38,5 +38,5 @@
"./VcpkgCustomTriplets"
]
},
- "builtin-baseline": "b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c"
+ "builtin-baseline": "b322364f06308bdd24823f9d8f03fe0cc86fd46f"
}