fix: enable feature rustls-tls-native-roots in reqwest (#1328)
Some checks are pending
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / Test site build (push) Waiting to run
CI / All tests pass (push) Blocked by required conditions
zizmor wheel builds for PyPI 🐍 / Release (push) Blocked by required conditions
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (manylinux) (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (musllinux) (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build Windows wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Waiting to run
Deploy zizmor documentation site 🌐 / Deploy zizmor documentation to GitHub Pages 🌐 (push) Waiting to run
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Waiting to run

Co-authored-by: William Woodruff <william@yossarian.net>
This commit is contained in:
Carlos D'Agostino 2025-11-12 13:40:36 +11:00 committed by GitHub
parent 4fe0f60398
commit fadb2de342
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 73 additions and 1 deletions

View file

@ -25,6 +25,10 @@ of `zizmor`.
* Fixed a bug where auto-fixes would fail to preserve a document's final
newline (#1323)
* `zizmor` now uses the native (OS) TLS roots when performing HTTPS requests,
improving compatibility with user environments that perform TLS interception
(#1328)
## 1.16.3
### Bug Fixes 🐛