nuget: bump Microsoft.IdentityModel.JsonWebTokens from 8.0.1 to 8.1.1 #9

Closed
dependabot[bot] wants to merge 1 commits from dependabot/nuget/Microsoft.IdentityModel.JsonWebTokens-8.1.1 into master
dependabot[bot] commented 2024-10-06 21:13:12 +00:00 (Migrated from github.com)

Bumps Microsoft.IdentityModel.JsonWebTokens from 8.0.1 to 8.1.1.

Release notes

Sourced from Microsoft.IdentityModel.JsonWebTokens's releases.

8.1.1

Bug fixes

  • Fix bug where ConfigurationManager was updating keys too frequently. See 2866 for details.

What's Changed

Full Changelog: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.1.0...8.1.1

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

... (truncated)

Changelog

Sourced from Microsoft.IdentityModel.JsonWebTokens's changelog.

8.1.1

Bug fixes

  • Fix bug where ConfigurationManager was updating keys too frequently. See 2866 for details.

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

8.0.2

Security fundamentals

  • Add BannedApiAnalyzers to prevent use of ClaimsIdentity constructors. See PR #2778 for details.

Bug fixes

  • IdentityModel now allows the JWT payload to be an empty string. See issue #2656 for details.
  • Cache UseRfcDefinitionOfEpkAndKid switch. See PR #2747 for details.
  • Method was named DoNotFailOnMissingTid in 7x and DontFailOnMissingTid in 8x, adding the method for back compat. See issue #2750 for details.
  • Metadata is now updated on a background thread. See #2780 for details.
  • JsonWebKeySet stores the original string it was created with. See PR #2755 for details.

... (truncated)

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 <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)
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 8.0.1 to 8.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases">Microsoft.IdentityModel.JsonWebTokens's releases</a>.</em></p> <blockquote> <h1>8.1.1</h1> <h3>Bug fixes</h3> <ul> <li>Fix bug where ConfigurationManager was updating keys too frequently. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2866">2866</a> for details.</li> </ul> <h2>What's Changed</h2> <ul> <li>Rename validation delegates by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2847">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2847</a></li> <li>Remove TransformBeforeSignatureValidationDelegate from ValidationParameters by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2848">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2848</a></li> <li>Add disable discovery enumeration = true to all theory tests by <a href="https://github.com/kellyyangsong"><code>@​kellyyangsong</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2849">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2849</a></li> <li>Make CaseSensitiveClaimIdentity serializable by <a href="https://github.com/kellyyangsong"><code>@​kellyyangsong</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2850">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2850</a></li> <li>Remove Obsolete BinaryFormatter by <a href="https://github.com/kellyyangsong"><code>@​kellyyangsong</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2851">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2851</a></li> <li>Refactor ValidateConditions in Saml2SecurityTokenHandler by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2855">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2855</a></li> <li>Set custom BenchmarkDotNetconfig as default by <a href="https://github.com/pmaytak"><code>@​pmaytak</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2852">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2852</a></li> <li>Regression tests: Audience by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2838">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2838</a></li> <li>Fix ValidateJsonWebTokenClaimMapping Flaky Test 🐞 by <a href="https://github.com/kellyyangsong"><code>@​kellyyangsong</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2859">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2859</a></li> <li>update current version by <a href="https://github.com/brentschmaltz"><code>@​brentschmaltz</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2862">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2862</a></li> <li>Regression tests: Lifetime by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2839">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2839</a></li> <li>Rename ResolveTokenDecryptionKeyDelegate to DecryptionKeyResolverDelegate by <a href="https://github.com/iNinja"><code>@​iNinja</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2869">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2869</a></li> <li>Set internal _syncAfter using only AutomaticRefreshInterval. by <a href="https://github.com/brentschmaltz"><code>@​brentschmaltz</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2865">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2865</a></li> <li>8.1.1 Changelog by <a href="https://github.com/kellyyangsong"><code>@​kellyyangsong</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2864">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2864</a></li> <li>Adjust for RefreshInterval not influencing AutomaticRefreshInterval. by <a href="https://github.com/brentschmaltz"><code>@​brentschmaltz</code></a> in <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2870">AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#2870</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.1.0...8.1.1">https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.1.0...8.1.1</a></p> <h1>8.1.0</h1> <h3>Performance improvements</h3> <ul> <li>Improves performance during issuer validation by replacing string comparison with span comparison. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2826">#2826</a>.</li> </ul> <h3>New features</h3> <ul> <li>Add optional check to prevent using keys that are shared across multiple clouds. See issue <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2832">#2832</a> for details.</li> </ul> <h3>Bug fixes</h3> <ul> <li>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 <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2695">#2695</a> for details.</li> </ul> <h3>Fundamentals</h3> <ul> <li>Fix flaky tests. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2793">#2793</a> for details.</li> <li>Update XUnit versoin and fix test warnings due to new XUnit analyzers. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2796">#2796</a> for details.</li> <li>Onhboard to code coverage in ADO. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2798">#2798</a>.</li> <li>Use <code>IsTargetFrameworkCompatible(*)</code> so AOT is forward-compatible with .NET 9 and beyond. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2790">#2790</a> for details.</li> <li>Fix a merge conflict impacting dev. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2819">#2819</a>.</li> <li>Defining the following attribute in multiple assemblies (.Tokens, .Logging) causes an internal error. [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2820">#2820</a>.</li> <li>Remove perl dependency. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2830">#2830</a>.</li> </ul> <h3>Work related to redesign of IdentityModel's token validation logic <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2711">#2711</a></h3> <ul> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2794">#2794</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2800">#2800</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2810">#2810</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md">Microsoft.IdentityModel.JsonWebTokens's changelog</a>.</em></p> <blockquote> <h1>8.1.1</h1> <h3>Bug fixes</h3> <ul> <li>Fix bug where ConfigurationManager was updating keys too frequently. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2866">2866</a> for details.</li> </ul> <h1>8.1.0</h1> <h3>Performance improvements</h3> <ul> <li>Improves performance during issuer validation by replacing string comparison with span comparison. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2826">#2826</a>.</li> </ul> <h3>New features</h3> <ul> <li>Add optional check to prevent using keys that are shared across multiple clouds. See issue <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2832">#2832</a> for details.</li> </ul> <h3>Bug fixes</h3> <ul> <li>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 <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2695">#2695</a> for details.</li> </ul> <h3>Fundamentals</h3> <ul> <li>Fix flaky tests. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2793">#2793</a> for details.</li> <li>Update XUnit versoin and fix test warnings due to new XUnit analyzers. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2796">#2796</a> for details.</li> <li>Onhboard to code coverage in ADO. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2798">#2798</a>.</li> <li>Use <code>IsTargetFrameworkCompatible(*)</code> so AOT is forward-compatible with .NET 9 and beyond. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2790">#2790</a> for details.</li> <li>Fix a merge conflict impacting dev. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2819">#2819</a>.</li> <li>Defining the following attribute in multiple assemblies (.Tokens, .Logging) causes an internal error. [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)]. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2820">#2820</a>.</li> <li>Remove perl dependency. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2830">#2830</a>.</li> </ul> <h3>Work related to redesign of IdentityModel's token validation logic <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2711">#2711</a></h3> <ul> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2794">#2794</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2800">#2800</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2810">#2810</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2811">#2811</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2816">#2816</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2822">#2822</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2815">#2815</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2818">#2818</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2813">#2813</a></li> <li><a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2827">#2827</a></li> <li></li> </ul> <h1>8.0.2</h1> <h3>Security fundamentals</h3> <ul> <li>Add <code>BannedApiAnalyzers</code> to prevent use of <code>ClaimsIdentity</code> constructors. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2778">#2778</a> for details.</li> </ul> <h3>Bug fixes</h3> <ul> <li>IdentityModel now allows the JWT payload to be an empty string. See issue <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2656">#2656</a> for details.</li> <li>Cache <code>UseRfcDefinitionOfEpkAndKid</code> switch. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2747">#2747</a> for details.</li> <li>Method was named <code>DoNotFailOnMissingTid</code> in 7x and <code>DontFailOnMissingTid</code> in 8x, adding the method for back compat. See issue <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2750">#2750</a> for details.</li> <li>Metadata is now updated on a background thread. See <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2780">#2780</a> for details.</li> <li><code>JsonWebKeySet</code> stores the original string it was created with. See PR <a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2755">#2755</a> for details.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/6771a494ffe2a361e4cf4e8044bfa2c22694722b"><code>6771a49</code></a> Adjust for RefreshInterval not influencing AutomaticRefreshInterval. (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2870">#2870</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/7f90e3475e483b7fc1d1d19c658138b48d05de66"><code>7f90e34</code></a> 8.1.1 Changelog (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2864">#2864</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/b0b4f5b88c0ed90ba9511416aa8a9aecc014e8f1"><code>b0b4f5b</code></a> Set internal _syncAfter using only AutomaticRefreshInterval. (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2865">#2865</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/50af59d924206dc4e451c45c0a5347c44b5a29e2"><code>50af59d</code></a> Renamed the delegate to match others (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2869">#2869</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/8341a8b493e9a058b358e1c39462ba5fb75dee01"><code>8341a8b</code></a> Regression tests: Lifetime (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2839">#2839</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/87d4605d4b58dd0e02b9339c8cb81c2f26ddb404"><code>87d4605</code></a> update current version (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2862">#2862</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/623ce698c41d9d3a0ac732d4f533c2dacdc369fd"><code>623ce69</code></a> Fix ValidateJsonWebTokenClaimMapping Flaky Test 🐞 (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2859">#2859</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/8b4eea693ebebf786ba18d79af04a006129abeb1"><code>8b4eea6</code></a> Regression tests: Audience (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2838">#2838</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/f6c8f02c6d3a6d730fe925d51a7ffa53c6af02b5"><code>f6c8f02</code></a> Set custom BenchmarkDotNetconfig as default (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2852">#2852</a>)</li> <li><a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/9a0376d3c5fac6be1a1ae24d7ed68dded91501c9"><code>9a0376d</code></a> Refactor ValidateConditions in Saml2SecurityTokenHandler (<a href="https://redirect.github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/2855">#2855</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.0.1...8.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.IdentityModel.JsonWebTokens&package-manager=nuget&previous-version=8.0.1&new-version=8.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2024-10-06 21:13:13 +00:00 (Migrated from github.com)

Dependabot tried to add @TSRBerry as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/GreemDev/Ryujinx/pulls/9/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the GreemDev/Ryujinx repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
Dependabot tried to add `@TSRBerry` as a reviewer to this PR, but received the following error from GitHub: ``` POST https://api.github.com/repos/GreemDev/Ryujinx/pulls/9/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the GreemDev/Ryujinx repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request ```
dependabot[bot] commented 2024-10-06 21:13:14 +00:00 (Migrated from github.com)

The following labels could not be found: infra.

The following labels could not be found: `infra`.
dependabot[bot] commented 2024-10-09 14:24:43 +00:00 (Migrated from github.com)

Superseded by #13.

Superseded by #13.

Pull request closed

Sign in to join this conversation.
No description provided.