fix(deps): update dependency paragonie/constant_time_encoding to v3#54
Open
descope[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency paragonie/constant_time_encoding to v3#54descope[bot] wants to merge 1 commit intomainfrom
descope[bot] wants to merge 1 commit intomainfrom
Conversation
ddd218c to
8044cd5
Compare
8044cd5 to
bb539b1
Compare
bb539b1 to
264b38a
Compare
264b38a to
78ac558
Compare
3a19908 to
6e827cd
Compare
6e827cd to
446c77f
Compare
This file contains hidden or 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
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.
This PR contains the following updates:
2.7.0→3.1.3Release Notes
paragonie/constant_time_encoding (paragonie/constant_time_encoding)
v3.1.3: Version 3.1.3Compare Source
This release fixes a bug with base64 codecs when ext-sodium installed.
What's Changed
New Contributors
Full Changelog: paragonie/constant_time_encoding@v3.1.2...v3.1.3
v3.1.2: Version 3.1.2Compare Source
Thanks @TimWolla for identifying a performance hit caused by attempting to find global functions such as
strlen()in the current namespace before the global namespace.What's Changed
Full Changelog: paragonie/constant_time_encoding@v3.1.1...v3.1.2
v3.1.1: Version 3.1.1Compare Source
What's Changed
mbstring.func_overloadcompatibility layer by @TimWolla in #58Full Changelog: paragonie/constant_time_encoding@v3.1.0...v3.1.1
v3.1.0: Version 3.1.0Compare Source
Important: If you enable ext-sodium, some codecs will now be faster with our library:
hex,base64,base64url. This requires the actual extension be installed; sodium_compat will not provide these implementations.As with the recent sodium_compat release, this library now incorporates fuzz-testing and mutation testing as part of our development strategy. Fuzz testing is enabled on pull requests; mutation tests on releases.
The current metrics for a mutation test run (using the latest version of Infection):
We set the minimum MSI for covered code to 80% by policy, but will slowly be increasing it in future releases.
What's Changed
Base32::doEncode()’s$padparameter by @TimWolla in #60Full Changelog: paragonie/constant_time_encoding@v3.0.0...v3.1.0
v3.0.0: Version 3.0.0Compare Source
v2.8.2: Version 2.8.2Compare Source
Backported fix from https://github.com/paragonie/constant_time_encoding/releases/tag/v3.1.3
What's Changed
Full Changelog: paragonie/constant_time_encoding@v2.8.1...v2.8.2
v2.8.1: Version 2.8.1Compare Source
I'm going to continue backporting important fixes to v2.x for PHP 7 support while there is still significant v2 usage.
What's Changed
Full Changelog: paragonie/constant_time_encoding@v2.8.0...v2.8.1
v2.8.0: Version 2.8.0Compare Source
This release backports the ext-sodium performance enhancement from v3.1.0.
What's Changed
Full Changelog: paragonie/constant_time_encoding@v2.7.0...v2.8.0
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: Never, 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 Renovate Bot.