forked from xuhaoyang/ClashForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix high-risk vulnerabilities(CIRCL's Kyber: timing side-channel (kyberslash2) ) #186
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: aylz10 <aylz10@users.noreply.github.com>
chore: Configure Renovate
…-android to v1.7.3
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to v1.7.3
chore(deps): update dependency gradle to v7.6.3
…gelog-builder-action-3.x chore(deps): update mikepenz/release-changelog-builder-action action to v3.7.3
…oid-version-actions-1.x chore(deps): update devofure/advance-android-version-actions action to v1.5
…act-4.x chore(deps): update actions/upload-artifact action to v4
…ngelog-builder-action-4.x chore(deps): update mikepenz/release-changelog-builder-action action to v4
chore(deps): update actions/setup-go action to v5
chore(deps): update actions/setup-java action to v4
chore(deps): update actions/cache action to v4
chore(deps): update actions/checkout action to v4
…ken-2.x chore(deps): update tibdex/github-app-token action to v2
fix(deps): update module gopkg.in/yaml.v2 to v3
chore(deps): update dependency gradle to v7.6.4
…action-3.x chore(deps): update gradle/gradle-build-action action to v3
…ull-request-6.x chore(deps): update peter-evans/create-pull-request action to v6
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.3.6...v1.3.7) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.3.6...v1.3.7) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…c/foss/golang/github.com/cloudflare/circl-1.3.7 chore(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 in /core/src/foss/golang
…c/main/golang/github.com/cloudflare/circl-1.3.7 chore(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7 in /core/src/main/golang
Thanks for your pull request. |
Paulgudring
pushed a commit
to Paulgudring/ClashMetaForAndroid
that referenced
this pull request
Feb 24, 2024
…erslash2) ) (MetaCubeX#186) * chore(deps): bump github.com/cloudflare/circl in /core/src/foss/golang Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.3.6...v1.3.7)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Impact
On some platforms, when an attacker can time decapsulation of Kyber on forged cipher texts, they could possibly learn (parts of) the secret key.
Does not apply to ephemeral usage, such as when used in the regular way in TLS.
Patches
Patched in 1.3.7.
References