Skip to content

Commit df9d05c

Browse files
authored
Update bundled curl to 7.83.1 (#448)
This version contains patches for six new CVEs just published: - [CVE-2022-27778: curl removes wrong file on error](https://curl.se/docs/CVE-2022-27778.html) - [CVE-2022-27779: cookie for trailing dot TLD](https://curl.se/docs/CVE-2022-27779.html) - [CVE-2022-27780: percent-encoded path separator in URL host](https://curl.se/docs/CVE-2022-27780.html) - [CVE-2022-27781: CERTINFO never-ending busy-loop](https://curl.se/docs/CVE-2022-27781.html) - [CVE-2022-27782: TLS and SSH connection too eager reuse](https://curl.se/docs/CVE-2022-27782.html) - [CVE-2022-30115: HSTS bypass via trailing dot](https://curl.se/docs/CVE-2022-30115.html)
1 parent 16133f7 commit df9d05c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

curl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl-sys"
3-
version = "0.4.54+curl-7.83.0"
3+
version = "0.4.55+curl-7.83.1"
44
authors = ["Alex Crichton <[email protected]>"]
55
links = "curl"
66
build = "build.rs"

curl-sys/curl

Submodule curl updated 72 files

0 commit comments

Comments
 (0)