devlooped / SponsorLink

SponsorLink: an attempt at OSS sustainability
https://www.devlooped.com/SponsorLink
MIT License
40 stars 4 forks source link

Bump Microsoft.IdentityModel.JsonWebTokens from 8.0.2 to 8.1.0 in the identity group #337

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the identity group with 1 update: Microsoft.IdentityModel.JsonWebTokens.

Updates Microsoft.IdentityModel.JsonWebTokens from 8.0.2 to 8.1.0

Release notes

Sourced from Microsoft.IdentityModel.JsonWebTokens's releases.

8.1.0

Performance improvements

  • Improves performance during issuer validation by replacing string comparison with span comparison. See PR #2826.

New features

  • Add optional check to prevent using keys that are shared across multiple clouds. See issue #2832 for details.

Bug fixes

  • JsonWebTokenHandler would only return unwrapped keys if there was no errors. This change is to align with the behavior in JwtSecurityTokenHandler, that is it returns the keys that were able to be unwrapped, and only throw if no keys were able to be unwrapped. See issue #2695 for details.

Fundamentals

  • Fix flaky tests. See #2793 for details.
  • Update XUnit versoin and fix test warnings due to new XUnit analyzers. See PR #2796 for details.
  • Onhboard to code coverage in ADO. See PR #2798.
  • Use IsTargetFrameworkCompatible(*) so AOT is forward-compatible with .NET 9 and beyond. See PR #2790 for details.
  • Fix a merge conflict impacting dev. See PR #2819.
  • Defining the following attribute in multiple assemblies (.Tokens, .Logging) causes an internal error. [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]. See PR #2820.
  • Remove perl dependency. See PR #2830.

Work related to redesign of IdentityModel's token validation logic #2711

What's Changed

... (truncated)

Changelog

Sourced from Microsoft.IdentityModel.JsonWebTokens's changelog.

8.1.0

Performance improvements

  • Improves performance during issuer validation by replacing string comparison with span comparison. See PR #2826.

New features

  • Add optional check to prevent using keys that are shared across multiple clouds. See issue #2832 for details.

Bug fixes

  • JsonWebTokenHandler would only return unwrapped keys if there was no errors. This change is to align with the behavior in JwtSecurityTokenHandler, that is it returns the keys that were able to be unwrapped, and only throw if no keys were able to be unwrapped. See issue #2695 for details.

Fundamentals

  • Fix flaky tests. See #2793 for details.
  • Update XUnit versoin and fix test warnings due to new XUnit analyzers. See PR #2796 for details.
  • Onhboard to code coverage in ADO. See PR #2798.
  • Use IsTargetFrameworkCompatible(*) so AOT is forward-compatible with .NET 9 and beyond. See PR #2790 for details.
  • Fix a merge conflict impacting dev. See PR #2819.
  • Defining the following attribute in multiple assemblies (.Tokens, .Logging) causes an internal error. [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]. See PR #2820.
  • Remove perl dependency. See PR #2830.

Work related to redesign of IdentityModel's token validation logic #2711

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
devlooped-bot commented 2 months ago

40 passed 40 passed 1 skipped 40 passed 40 passed 1 skipped 40 passed 40 passed 1 skipped

:test_tube: Details on macOS Unix 14.6.1 :white_check_mark: Devlooped.Tests.SponsorLinkTests.TryRead :grey_question: Devlooped.Tests.SponsorLinkTests.ValidateCachedManifest => Non-CI test :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateExpiredSponsor :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateSponsorable :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateUnknownFormat :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateWrongKey :white_check_mark: Tests.AnalyzerTests.WhenAnalyzerNotDirectlyReferenced_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenMultipleAnalyzers_ThenReportsOnce :white_check_mark: Tests.AnalyzerTests.WhenNoAdditionalFiles_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "contrib,team", status: Team) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "contrib", status: Contributor) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "org,contrib", status: Contributor) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "org", status: Organization) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "team", status: Team) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "user,contrib,team", status: Team) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "user,org,contrib", status: User) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "user", status: User) :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGrace_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGraceExpired_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndNoGraceOption_ThenReportsUnknown :white_check_mark: Tests.Sample.RenderSponsorables :white_check_mark: Tests.Sample.Test(culture: "", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "", kind: User) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "en", kind: User) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: User) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "es", kind: User)
:test_tube: Details on Ubuntu 22.04.5 LTS :white_check_mark: Devlooped.Tests.SponsorLinkTests.TryRead :grey_question: Devlooped.Tests.SponsorLinkTests.ValidateCachedManifest => Non-CI test :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateExpiredSponsor :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateSponsorable :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateUnknownFormat :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateWrongKey :white_check_mark: Tests.AnalyzerTests.WhenAnalyzerNotDirectlyReferenced_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenMultipleAnalyzers_ThenReportsOnce :white_check_mark: Tests.AnalyzerTests.WhenNoAdditionalFiles_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "contrib,team", status: Team) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "contrib", status: Contributor) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "org,contrib", status: Contributor) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "org", status: Organization) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "team", status: Team) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "user,contrib,team", status: Team) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "user,org,contrib", status: User) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "user", status: User) :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGrace_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGraceExpired_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndNoGraceOption_ThenReportsUnknown :white_check_mark: Tests.Sample.RenderSponsorables :white_check_mark: Tests.Sample.Test(culture: "", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "", kind: User) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "en", kind: User) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: User) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "es", kind: User)
:test_tube: Details on Microsoft Windows 10.0.20348 :white_check_mark: Devlooped.Tests.SponsorLinkTests.TryRead :grey_question: Devlooped.Tests.SponsorLinkTests.ValidateCachedManifest => Non-CI test :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateExpiredSponsor :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateSponsorable :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateUnknownFormat :white_check_mark: Devlooped.Tests.SponsorLinkTests.ValidateWrongKey :white_check_mark: Tests.AnalyzerTests.WhenAnalyzerNotDirectlyReferenced_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenMultipleAnalyzers_ThenReportsOnce :white_check_mark: Tests.AnalyzerTests.WhenNoAdditionalFiles_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "contrib,team", status: Team) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "contrib", status: Contributor) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "org,contrib", status: Contributor) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "org", status: Organization) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "team", status: Team) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "user,contrib,team", status: Team) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "user,org,contrib", status: User) :white_check_mark: Tests.AnalyzerTests.WhenSponsoringRole_ThenEnsureStatus(roles: "user", status: User) :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGrace_ThenDoesNotReport :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndGraceExpired_ThenReportsUnknown :white_check_mark: Tests.AnalyzerTests.WhenUnknownAndNoGraceOption_ThenReportsUnknown :white_check_mark: Tests.Sample.RenderSponsorables :white_check_mark: Tests.Sample.Test(culture: "", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "", kind: User) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "en", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "en", kind: User) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "es-AR", kind: User) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Contributor) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Expired) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Expiring) :white_check_mark: Tests.Sample.Test(culture: "es", kind: Unknown) :white_check_mark: Tests.Sample.Test(culture: "es", kind: User)

from dotnet-retest v0.6.3 on .NET 8.0.8 with :purple_heart:

kzu commented 2 months ago

@dependabot recreate