modmore / CSRFHelper

CSRF Helper is a tool for MODX to secure forms against cross-site request forgery (CSRF) vulnerabilities.
MIT License
3 stars 1 forks source link

Bump paragonie/random_compat from 2.0.17 to 2.0.21 in /core/components/csrfhelper #8

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps paragonie/random_compat from 2.0.17 to 2.0.21.

Release notes

Sourced from paragonie/random_compat's releases.

Version 2.0.21

  • Fix #175 - Fix CAPICOM usage on Windows
  • Widen PHPUnit version range
  • Test PHP 8.1 in GitHub Actions (thanks @​jrfnl!)
  • Fix unit tests on PHP 8.1

Version 2.0.20

  • Switched from Travis CI to Github Actions
  • Minor whitespace change (never-ending Scrutinizer suggestion)

Version 2.0.19

  • Adds support for PHP 8 projects in Composer constraint
  • Fixes Travis CI for future development (Note: This required largely disabling Psalm.)

Version 2.0.18

  • If /dev/urandom cannot be read on Unix-based operating systems, a Exception with a specific error message will be thrown.
  • Fixed Psalm nits.
  • Updated the README to include a reference to the support contract offering by Paragon Initiative Enterprises.
Changelog

Sourced from paragonie/random_compat's changelog.

Version 2.0.18 - 2019-01-03

  • If /dev/urandom cannot be read on Unix-based operating systems, a Exception with a specific error message will be thrown.
  • Fixed Psalm nits.
  • Updated the README to include a reference to the support contract offering by Paragon Initiative Enterprises.
Commits
  • 96c132c Merge pull request #176 from paragonie/issue-175
  • 4958521 Fix issue #175
  • 76dbb53 Fix PHP 8.1.0 test code, widen phpunit
  • 9174875 Merge pull request #174 from jrfnl/feature/ghactions-update-composer-action
  • 4cd8bc7 GH Actions: version update for ramsey/composer-install
  • cba4096 Merge pull request #173 from jrfnl/feature/phpunit-update-config
  • 0c1394f PHPUnit: update configuration
  • 32e99a1 Merge pull request #171 from williamdes/master
  • 73f1f02 Merge pull request #172 from jrfnl/feature/ghactions-fix-it
  • 8100036 GH Actions: enable testing against PHP 8.1
  • 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 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)
dependabot[bot] commented 2 years ago

Looks like paragonie/random_compat is no longer updatable, so this is no longer needed.