Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Bumps paragonie/sodium_compat from 1.21.1 to 1.24.0.

Release notes

Sourced from paragonie/sodium_compat's releases.

Version 1.24.0

Security Fix

Read: A vulnerability in libsodium

This fixes a congruent issue in the v1.x branch of the PHP implementation.

Version 1.23.0

We backported some optimizations from #198 by replacing the array in the Curve25519 field element with 10 integer object properties instead. The result is a 7% to 12% speedup for the overall PHPUnit suite.

What's Changed

Full Changelog: paragonie/sodium_compat@v1.22.0...v1.23.0

Version 1.22.0

[!IMPORTANT] The previous version of sodium_compat was overly permissible with sodium_base642bin() when the *_NO_PADDING variants were specified, which was not compatible with ext-sodium. This has been fixed in v1.22.0.

If you need the old behavior in the meantime, you can call ParagonIE_Core_Base64_Original::decode() or ParagonIE_Core_Base64_UrlSafe:decode() to get lax padding enabled.

What's Changed

Full Changelog: paragonie/sodium_compat@v1.21.2...v1.22.0

Version 1.21.2

What's Changed

Full Changelog: paragonie/sodium_compat@v1.21.1...v1.21.2

Commits
  • 2cb48f2 Ensure public key is on the prime order subgroup
  • b938a5c Merge pull request #203 from paragonie/v1.x-pr202
  • d7be83f Backport fixes from #202 to v1.x branch
  • a4d611b Merge pull request #199 from paragonie/v1.x-pr198-backport
  • 3b02ee7 Optimize curve25519 field element by removing array
  • 873679a Merge pull request #195 from paragonie/v1.x-pr194-backport
  • 36b64fd PHP 8.5 error
  • f30a42e Backport fixes from v2.x
  • d3043fd Merge pull request #187 from paragonie/v1.x-php85
  • d466ff7 Test PHP 8.5 in CI on v1.x
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [paragonie/sodium_compat](https://github.com/paragonie/sodium_compat) from 1.21.1 to 1.24.0.
- [Release notes](https://github.com/paragonie/sodium_compat/releases)
- [Commits](paragonie/sodium_compat@v1.21.1...v1.24.0)

---
updated-dependencies:
- dependency-name: paragonie/sodium_compat
  dependency-version: 1.24.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Jan 6, 2026
@mlebkowski mlebkowski merged commit 2e9752c into main Jan 6, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/composer/cli/tools/box/paragonie/sodium_compat-1.24.0 branch January 6, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants