github-actions
released this
13 May 03:03
·
28 commits
to refs/heads/master
since this release
Security
- Upgrade
curl-sys
to 0.4.55 to pull in libcurl 7.83.1, which contains security patches for the below vulnerabilities. (#394) @sagebind - Fix several bugs with the
auto_referer
option (disabled by default) which could potentially result in sensitive headers being passed to redirect targets unintentionally. (#393) @sagebind- Fix multiple
Referer
headers being included when two or more redirects are followed in a request - URL fragments and userinfo parts of the URL authority should not be included in the
Referer
header - Don't include a
Referer
header when redirecting from an HTTPS URL to an HTTP URL, as per RFC 7231 recommendation - Scrub sensitive headers when redirecting to a different authority
- Fix multiple