Skip to content
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

Bump symfony/security-csrf from 7.1.6 to 7.2.0 #1306

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2024

Bumps symfony/security-csrf from 7.1.6 to 7.2.0.

Release notes

Sourced from symfony/security-csrf's releases.

v7.2.0

Changelog (symfony/security-csrf@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/security-csrf@v7.1.6...v7.2.0-BETA1)

Changelog

Sourced from symfony/security-csrf's changelog.

CHANGELOG

7.2

  • Add SameOriginCsrfTokenManager

6.0

  • Remove the SessionInterface $session constructor argument of SessionTokenStorage, inject a \Symfony\Component\HttpFoundation\RequestStack $requestStack instead
  • Using SessionTokenStorage outside a request context throws a SessionNotFoundException

5.3

The CHANGELOG for version 5.3 and earlier can be found at https://github.com/symfony/symfony/blob/5.3/src/Symfony/Component/Security/CHANGELOG.md

Commits
  • 5d884af [Security] Implement stateless headers/cookies-based CSRF protection
  • 2c000bb minor #58374 Remove useless parent method calls in tests (alexandre-daubois)
  • d862520 Merge branch '7.1' into 7.2
  • b7db27c Remove useless parent method calls in tests
  • 9e63591 [HttpKernel][Security] Minor cleanups
  • 53daf5f Update .gitattributes
  • 57ea3b5 Prefix all sprintf() calls
  • d5c64cd use constructor property promotion
  • See full diff 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update PHP code labels Dec 21, 2024
melroy89
melroy89 previously approved these changes Dec 22, 2024
Bumps [symfony/security-csrf](https://github.com/symfony/security-csrf) from 7.1.6 to 7.2.0.
- [Release notes](https://github.com/symfony/security-csrf/releases)
- [Changelog](https://github.com/symfony/security-csrf/blob/7.2/CHANGELOG.md)
- [Commits](symfony/security-csrf@v7.1.6...v7.2.0)

---
updated-dependencies:
- dependency-name: symfony/security-csrf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony/security-csrf-7.2.0 branch from 73d052f to 67b1aa8 Compare December 22, 2024 12:07
@melroy89 melroy89 enabled auto-merge (squash) December 22, 2024 12:08
@melroy89 melroy89 merged commit a30c51e into main Dec 22, 2024
7 checks passed
@melroy89 melroy89 deleted the dependabot/composer/symfony/security-csrf-7.2.0 branch December 22, 2024 12:08
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.

1 participant