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

Update dotnet-azure-ad-identitymodel-extensions monorepo to 7.7.1 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.IdentityModel.JsonWebTokens 7.5.0 -> 7.7.1 age adoption passing confidence
Microsoft.IdentityModel.Tokens 7.5.0 -> 7.7.1 age adoption passing confidence
System.IdentityModel.Tokens.Jwt 7.5.0 -> 7.7.1 age adoption passing confidence

Release Notes

AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.JsonWebTokens)

v7.7.1

Compare Source

7.7.1

Bug Fix
  • Re-add JsonSerializerPrimitives.TryAllStringClaimsAsDateTime which was removed as it is in an internal class, but due to InternalsVisibleTo can lead to a MissingMethodException if IdentityModel versions are not aligned. See PR #​2734 for details.

v7.7.0

7.7.0

CVE package updates

CVE-2024-30105

  • A derived ClaimsIdentity where claim retrieval is case-sensitive. The current ClaimsIdentity, in .NET, retrieves claims in a case-insensitive manner which is different than querying the underlying SecurityToken. The new CaseSensitiveClaimsIdentity class provides consistent retrieval logic with SecurityToken. Opt in to the new behavior via an AppContext switch. See PR #​2715 for details.

v7.6.2

Compare Source

7.6.2

Bug Fix:
  • Revert reduced allocations in AadIssuerValidator by not using string.Replace where appropriate due to an index out-of-range error.

v7.6.1

Compare Source

=====

New Features:
  • Added an Audiences member to the SecurityTokenDescriptor to make it easier to define multiple audiences in JWT and SAML tokens. Addresses issue #​1479 with PR #​2575
  • Add missing metadata parameters to OpenIdConnectConfiguration. See issue #​2498 for details.
Bug Fixes:
  • Fix over-reporting of IDX14100. See issue #​2058 and PR #​2618 for details.
  • JwtRegisteredClaimNames now contains previously missing Standard OpenIdConnect claims. See issue #​1598 for details.
Performance Improvements:
  • No longer for every string claim, calling DateTime.TryParse on each value, whether it is expected to be a DateTime or not. See issue #​2615 for details.

v7.6.0

Compare Source

=====

New Features:
  • Update JsonWebToken - extract and expose the method that reads the header/payload property values from the reader so it can be overridden in children classes to add any extra own logic. See issues #​2581, #​2583, and #​2495 for details.
Bug Fixes:
  • JWE header algorithm is now compliant to IANA document. See issue #​2089 for details.
Performance Improvements:
  • Reduce the number of internal array allocations that need to happen for each claim set, see PR #​2596.
Fundamentals:
  • Add an AOT compatibility check on each PR to ensure only AOT compatible code is checked-in. See PR #​2598.
  • Update perl scrip for OneBranch build. See PR #​2602.
  • Add langversion 12 to benchmark tests. See PR #​2601.
  • Removed unused build.cmd file. See PR #​2605.
  • Create CodeQL exclusions file. See PR #​2609.
  • Fix variable usage in AOT script. See PR #​2610.
  • Move Microsoft.IdentityModel.Tokens delegates to a new file. See PR #​2606

v7.5.2

Compare Source

=====

Bug Fixes:
Fundamentals:
  • App Context Switches in Identity Model 7x are now documented here.
Performance Improvements:
  • In .NET 6 or greater, use a temporary buffer to reduce intermediate allocation in VerifyRsa/VerifyECDsa. See PR #​2589 for more details.
  • Reduce allocations in ValidateSignature by using a collection expression instead of new List<SecurityKey> { key }, to optimize for the single element case. See PR #​2586 for more details.
  • Remove Task allocation in AadIssuerValidator. See PR #​2584 for more details.

v7.5.1

Compare Source

=====

Performance Improvements:
  • Use Base64.DecodeFromUtf8InPlace for base64 decode that saves 12% on token read time. Note that JsonWebToken no longer throws ArgumentOutOfRangeException and ArgumentException exceptions. See PR #​2504.
Fundamentals:
Bug Fix:
  • Contribution from @​martinb69 to fix correct parsing of UserInfoEndpoint. See issue #​2548 for details.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Apr 6, 2024

Test Results

15 tests  ±0   15 ✅ ±0   1s ⏱️ -1s
 3 suites ±0    0 💤 ±0 
 3 files   ±0    0 ❌ ±0 

Results for commit 243b4a6. ± Comparison against base commit 700002a.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/dotnet-azure-ad-identitymodel-extensions-monorepo branch from 9b6308d to ba5e219 Compare April 10, 2024 12:46
@renovate renovate bot force-pushed the renovate/dotnet-azure-ad-identitymodel-extensions-monorepo branch from ba5e219 to a5f589b Compare May 14, 2024 00:37
@renovate renovate bot changed the title Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.5.1 Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.5.2 May 14, 2024
@renovate renovate bot force-pushed the renovate/dotnet-azure-ad-identitymodel-extensions-monorepo branch from a5f589b to 4ec24d0 Compare May 28, 2024 01:21
@renovate renovate bot changed the title Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.5.2 Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.6.0 May 28, 2024
@renovate renovate bot changed the title Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.6.0 Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.6.1 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/dotnet-azure-ad-identitymodel-extensions-monorepo branch 2 times, most recently from 7ac5220 to c482c41 Compare June 20, 2024 03:50
@renovate renovate bot changed the title Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.6.1 Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.6.2 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/dotnet-azure-ad-identitymodel-extensions-monorepo branch from c482c41 to dd3dc1f Compare July 10, 2024 03:35
@renovate renovate bot changed the title Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.6.2 Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.6.3 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/dotnet-azure-ad-identitymodel-extensions-monorepo branch from dd3dc1f to 96bf457 Compare July 19, 2024 01:08
@renovate renovate bot changed the title Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.6.3 Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.7.0 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/dotnet-azure-ad-identitymodel-extensions-monorepo branch from 96bf457 to 243b4a6 Compare July 20, 2024 00:23
@renovate renovate bot changed the title Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.7.0 Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.7.1 Jul 20, 2024
Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
Sample-CleanArchitecture-CQRS.Api 0% 0% 27
Sample-CleanArchitecture-CQRS.Application 7% 3% 153
Sample-CleanArchitecture-CQRS.Domain 43% 75% 37
Sample-CleanArchitecture-CQRS.Infrastructure 3% 0% 197
Sample-CleanArchitecture-CQRS.Shared 0% 0% 25
Summary 5% (86 / 1791) 5% (10 / 198) 439

@renovate renovate bot changed the title Update dotnet-azure-ad-identitymodel-extensions monorepo to v7.7.1 Update dotnet-azure-ad-identitymodel-extensions monorepo to 7.7.1 Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants