rtio / kdti-server

MIT License
21 stars 6 forks source link

Bump lexik/jwt-authentication-bundle from 2.8.0 to 2.10.7 #127

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps lexik/jwt-authentication-bundle from 2.8.0 to 2.10.7.

Release notes

Sourced from lexik/jwt-authentication-bundle's releases.

v2.10.7

CHANGELOG

CVE 2021-21424 - a175d6dab9 - Prevent user enumeration (@​chalasr)

v2.10.6

CHANGELOG

a759036 - bug #827 Use named constructor for lcobucci/jwt Ecdsa signers (chalasr) c765af7 - bug #826 Fix creating tokens when iat is already set in the payload (chalasr)

v2.10.5

CHANGELOG

9c29534 - bug #815 Fix compatibility for lcobucci/jwt v3.x (bis) (@​chalasr)

v2.10.4

CHANGELOG

44b3053 - bug #813 Fix undefined variable (@​chalasr)

v2.10.3

CHANGELOG

fe81b99 - bug #804 Fix ability to set extra standard claims in the input payload (bis) (chalasr) 9b921ed - bug #807 Fix compatibility with locbucci/jwt 3.2 (chalasr)

v2.10.2

CHANGELOG

556253d - bug #796 Set Token on ExpiredTokenException (AdrienBr) e92a283 - bug #801 Fix ability to set extra standard claims in the input payload (chalasr)

v2.10.1

CHANGELOG

4d22398 - bug #797 Fix support for lcobucci/jwt v3.4 and 4.0 (@​chalasr)

v2.10.0

CHANGELOG

14d3168 - feature #792 PHP 8 Support (@​chalasr)

... (truncated)

Changelog

Sourced from lexik/jwt-authentication-bundle's changelog.

2.10.7 (2020-05-12)

2.10.6 (2020-01-20)

  • bug #827 Use named constructor for lcobucci/jwt Ecdsa signers (chalasr)
  • bug #826 Fix creating tokens when iat is already set in the payload (chalasr)

2.10.5 (2020-12-19)

  • bug #815 Fix compatibility for lcobucci/jwt v3.x (bis) (chalasr)

2.10.4 (2020-12-18)

2.10.3 (2020-11-30)

  • bug #804 Fix ability to set extra standard claims in the input payload (bis) (chalasr)
  • bug #807 Fix compatibility with locbucci/jwt 3.2 (chalasr)

2.10.2 (2020-11-30)

  • bug #801 Fix ability to set extra standard claims in the input payload (chalasr)
  • bug #796 Set Token on ExpiredTokenException (AdrienBr)

2.10.1 (2020-11-28)

  • bug #797 Fix support for lcobucci/jwt v3.4 and 4.0 (chalasr)

2.10.0 (2020-11-23)

2.9.0 (2020-10-27)

  • feature #769 Added support for composed cookies (lukacovicadam)
  • bug #787 fix day saving transition php (flaugere)
  • bug #780 Add deprecation message argument to JWTFactory.php (chrBrd)
  • feature #786 Allow token creation from an existing payload (RicoLannez)
  • feature #677 chore/implement-against-key-loader-interface (TiMESPLiNTER)
  • feature #767 Added the possibility to choose if the cookie is "secure" or not (Mael-91)
Commits
  • 79ba5af Update CHANGELOG for v2.10.7
  • a175d6d Prevent user enumeration
  • dc472dd Update CHANGELOG for v2.10.6
  • a759036 bug #827 Use named constructor for lcobucci/jwt Ecdsa signers (chalasr)
  • c765af7 bug #826 Fix creating tokens when iat is already set in the payload (chalasr)
  • 82b64a2 Use named constructor for lcobucci/jwt Ecdsa signers
  • dee98cd Fix creating tokens when iat is already set in the payload
  • f6c0d9a Update CHANGELOG for v2.10.5
  • 9c29534 bug #815 Fix compatibility for lcobucci/jwt v3.x (bis) (chalasr)
  • 5e127cd Fix compatibility for lcobucci/jwt v3.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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/kdti/kdti-server/network/alerts).
codecov[bot] commented 2 years ago

Codecov Report

Merging #127 (2932d3e) into staging (f4b10c3) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             staging    #127   +/-   ##
=========================================
  Coverage       0.00%   0.00%           
  Complexity       250     250           
=========================================
  Files             30      30           
  Lines            664     664           
=========================================
  Misses           664     664           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more