Closed renovate[bot] closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 63.55%. Comparing base (
c48a880
) to head (e483183
). Report is 2 commits behind head on master.:exclamation: Current head e483183 differs from pull request most recent head 1cc4a1f. Consider uploading reports for the commit 1cc4a1f to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
v1.6.2
->v1.6.4
Release Notes
refraction-networking/utls (github.com/refraction-networking/utls)
### [`v1.6.4`](https://togithub.com/refraction-networking/utls/releases/tag/v1.6.4): bugfix: UConn incorrectly inherits Conn methods [Compare Source](https://togithub.com/refraction-networking/utls/compare/v1.6.3...v1.6.4) #### What's Changed - build(deps): bump github.com/quic-go/quic-go from 0.40.1 to 0.42.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/refraction-networking/utls/pull/289](https://togithub.com/refraction-networking/utls/pull/289) - fix: `(*UConn).Read()` and Secure Renegotiation by [@gaukas](https://togithub.com/gaukas) in [https://github.com/refraction-networking/utls/pull/292](https://togithub.com/refraction-networking/utls/pull/292) **Full Changelog**: https://github.com/refraction-networking/utls/compare/v1.6.3...v1.6.4 ### [`v1.6.3`](https://togithub.com/refraction-networking/utls/releases/tag/v1.6.3): Cryptographically Secured Shuffle [Compare Source](https://togithub.com/refraction-networking/utls/compare/v1.6.2...v1.6.3) Don't panic! This does not cause any significant security concern, since modern platforms are doing fine with limited randomness from `math/rand`. This patch is for some much restrictive platforms such as WebAssembly -- on which `math/rand` may generate deterministic output (e.g., same random number series from each cold start). #### What's Changed - security: crypto/rand ShuffleChromeTLSExtensions by [@gaukas](https://togithub.com/gaukas) in [https://github.com/refraction-networking/utls/pull/286](https://togithub.com/refraction-networking/utls/pull/286) **Full Changelog**: https://github.com/refraction-networking/utls/compare/v1.6.2...v1.6.3Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.