cbeuw / Cloak

A censorship circumvention tool to evade detection by authoritarian state adversaries
GNU General Public License v3.0
3.42k stars 303 forks source link

Update module github.com/refraction-networking/utls to v1.6.4 #251

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/refraction-networking/utls v1.6.2 -> v1.6.4 age adoption passing confidence

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.3

Configuration

📅 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.

codecov[bot] commented 9 months ago

Codecov Report

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #251 +/- ## ========================================== - Coverage 67.04% 63.55% -3.49% ========================================== Files 35 37 +2 Lines 2224 2346 +122 ========================================== Hits 1491 1491 - Misses 565 687 +122 Partials 168 168 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.