-
Notifications
You must be signed in to change notification settings - Fork 1
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dotnet-azure-ad-identitymodel-extensions monorepo to 7.7.1 #12
renovate
wants to merge
1
commit into
main
from
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
branch
from
April 10, 2024 12:46
9b6308d
to
ba5e219
Compare
renovate
bot
force-pushed
the
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
branch
from
May 14, 2024 00:37
ba5e219
to
a5f589b
Compare
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
bot
force-pushed
the
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
branch
from
May 28, 2024 01:21
a5f589b
to
4ec24d0
Compare
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
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
bot
force-pushed
the
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
branch
2 times, most recently
from
June 20, 2024 03:50
7ac5220
to
c482c41
Compare
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
bot
force-pushed
the
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
branch
from
July 10, 2024 03:35
c482c41
to
dd3dc1f
Compare
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
bot
force-pushed
the
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
branch
from
July 19, 2024 01:08
dd3dc1f
to
96bf457
Compare
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
bot
force-pushed
the
renovate/dotnet-azure-ad-identitymodel-extensions-monorepo
branch
from
July 20, 2024 00:23
96bf457
to
243b4a6
Compare
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
|
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.5.0
->7.7.1
7.5.0
->7.7.1
7.5.0
->7.7.1
Release Notes
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.JsonWebTokens)
v7.7.1
Compare Source
7.7.1
Bug Fix
JsonSerializerPrimitives.TryAllStringClaimsAsDateTime
which was removed as it is in an internal class, but due toInternalsVisibleTo
can lead to aMissingMethodException
if IdentityModel versions are not aligned. See PR #2734 for details.v7.7.0
7.7.0
CVE package updates
CVE-2024-30105
ClaimsIdentity
where claim retrieval is case-sensitive. The currentClaimsIdentity
, in .NET, retrieves claims in a case-insensitive manner which is different than querying the underlyingSecurityToken
. The newCaseSensitiveClaimsIdentity
class provides consistent retrieval logic withSecurityToken
. 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:
AadIssuerValidator
by not usingstring.Replace
where appropriate due to an index out-of-range error.v7.6.1
Compare Source
=====
New Features:
Bug Fixes:
IDX14100
. See issue #2058 and PR #2618 for details.JwtRegisteredClaimNames
now contains previously missing Standard OpenIdConnect claims. See issue #1598 for details.Performance Improvements:
v7.6.0
Compare Source
=====
New Features:
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:
Performance Improvements:
Fundamentals:
Microsoft.IdentityModel.Tokens
delegates to a new file. See PR #2606v7.5.2
Compare Source
=====
Bug Fixes:
Fundamentals:
Performance Improvements:
VerifyRsa
/VerifyECDsa
. See PR #2589 for more details.ValidateSignature
by using a collection expression instead ofnew List<SecurityKey> { key }
, to optimize for the single element case. See PR #2586 for more details.AadIssuerValidator
. See PR #2584 for more details.v7.5.1
Compare Source
=====
Performance Improvements:
Fundamentals:
Bug Fix:
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.
This PR was generated by Mend Renovate. View the repository job log.