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 the symfony group with 2 updates #20

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Updates the requirements on symfony/ldap and symfony/security-core to permit the latest version.
Updates symfony/ldap to 7.1.6

Release notes

Sourced from symfony/ldap's releases.

v7.1.6

Changelog (symfony/ldap@v7.1.5...v7.1.6)

  • no significant changes
Changelog

Sourced from symfony/ldap's changelog.

CHANGELOG

7.1

  • Improve error reporting during LDAP bind

7.0

  • Remove {username} parameter, use {user_identifier} instead

6.2

  • Deprecate {username} parameter use in favour of {user_identifier}

6.1

  • Return a 500 Internal Server Error if LDAP server in unavailable during user enumeration / authentication
  • Introduce InvalidSearchCredentialsException to differentiate between cases where user-provided credentials are invalid and cases where the configured search credentials are invalid

6.0

  • Removed LdapUser::getUsername() method, use getUserIdentifier() instead
  • Removed LdapUserProvider::loadUserByUsername() method, use loadUserByIdentifier() instead

5.3

  • The authenticator system is no longer experimental
  • Added caseSensitive option for attribute keys in the Entry class.

5.1.0

  • Added Security\LdapBadge, Security\LdapAuthenticator and Security\CheckLdapCredentialsListener to integrate with the authenticator Security system

5.0.0

  • Added method move() to EntryManagerInterface`
  • Added pagination support to the ExtLdap adapter with the pageSize query option

4.4.0

... (truncated)

Commits
  • 41ab220 Merge branch '6.4' into 7.1
  • b5fa3ba Merge branch '5.4' into 6.4
  • be1474c Add PR template and auto-close PR on subtree split repositories
  • 9e203bf Merge branch '6.4' into 7.1
  • ca09d98 Merge branch '5.4' into 6.4
  • 30907d1 [Ldap] Clean ldap_connect() call in LdapTestCase
  • 8fcccc7 Merge branch '6.4' into 7.1
  • 201ef8f Merge branch '5.4' into 6.4
  • 3e2e46b [Ldap] Fix extension deprecation
  • ff718b4 Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view

Updates symfony/security-core to 7.1.6

Release notes

Sourced from symfony/security-core's releases.

v7.1.6

Changelog (symfony/security-core@v7.1.5...v7.1.6)

  • no significant changes
Changelog

Sourced from symfony/security-core's changelog.

CHANGELOG

7.0

  • Remove the Security class, use Symfony\Bundle\SecurityBundle\Security instead
  • Require explicit argument when calling TokenStorage::setToken()
  • Change argument $lastUsed of TokenProviderInterface::updateToken() to accept DateTimeInterface

6.4

  • Make PersistentToken immutable
  • Deprecate accepting only DateTime for TokenProviderInterface::updateToken(), use DateTimeInterface instead

6.3

  • Add AttributesBasedUserProviderInterface to allow $attributes optional argument on loadUserByIdentifier
  • Add OidcUser with OIDC support for OidcUserInfoTokenHandler

6.2

  • Deprecate the Security class, use Symfony\Bundle\SecurityBundle\Security instead
  • Change the signature of TokenStorageInterface::setToken() to setToken(?TokenInterface $token)
  • Deprecate calling TokenStorage::setToken() without arguments
  • Add a ChainUserChecker to allow calling multiple user checkers for a firewall

6.0

  • TokenInterface does not extend Serializable anymore
  • Remove all classes in the Core\Encoder\ sub-namespace, use the PasswordHasher component instead
  • Remove methods getPassword() and getSalt() from UserInterface, use PasswordAuthenticatedUserInterface or LegacyPasswordAuthenticatedUserInterface instead
  • AccessDecisionManager requires the strategy to be passed as in instance of AccessDecisionStrategyInterface

5.4.21

  • [BC BREAK] AccessDecisionStrategyTestCase::provideStrategyTests() is now static

5.4

  • Add a CacheableVoterInterface for voters that vote only on identified attributes and subjects
  • Deprecate AuthenticationEvents::AUTHENTICATION_FAILURE, use the LoginFailureEvent instead

... (truncated)

Commits
  • 6f3ffbf Merge branch '6.4' into 7.1
  • bbd1a91 Merge branch '5.4' into 6.4
  • 2d32497 minor #58534 Improve Validator & Security Turkish translations (Tugba Celebio...
  • 9c50035 Merge branch '6.4' into 7.1
  • adb9648 Merge branch '5.4' into 6.4
  • 2c8b36e Add missing translations for Turkish (tr)
  • 71f3d09 Merge branch '6.4' into 7.1
  • adc254f Merge branch '5.4' into 6.4
  • 556b888 Fix #53037
  • e73561a [Security][Validator] Check translations for Czech
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 18, 2024
Updates the requirements on [symfony/ldap](https://github.com/symfony/ldap) and [symfony/security-core](https://github.com/symfony/security-core) to permit the latest version.

Updates `symfony/ldap` to 7.1.6
- [Release notes](https://github.com/symfony/ldap/releases)
- [Changelog](https://github.com/symfony/ldap/blob/7.1/CHANGELOG.md)
- [Commits](symfony/ldap@v6.4.0...v7.1.6)

Updates `symfony/security-core` to 7.1.6
- [Release notes](https://github.com/symfony/security-core/releases)
- [Changelog](https://github.com/symfony/security-core/blob/7.1/CHANGELOG.md)
- [Commits](symfony/security-core@v6.4.0...v7.1.6)

---
updated-dependencies:
- dependency-name: symfony/ldap
  dependency-type: direct:production
  dependency-group: symfony
- dependency-name: symfony/security-core
  dependency-type: direct:production
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/symfony-af26428d6f branch from c9eabb9 to c69e58d Compare November 25, 2024 01:58
@tvdijen tvdijen closed this Nov 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/composer/symfony-af26428d6f branch November 25, 2024 06:40
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