Skip to content

Commit

Permalink
Update System.IdentityModel.Tokens.Jwt (#41887)
Browse files Browse the repository at this point in the history
* Update allowed MHSM locations

* Update System.IdentityModel.Tokens.Jwt

Fixes CVE-2024-21319
  • Loading branch information
heaths authored Feb 12, 2024
1 parent 0b34e95 commit e168614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<PackageReference Update="Microsoft.Identity.Client.Broker" Version="4.56.0" />

<!-- TODO: Make sure this package is arch-board approved -->
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="6.5.0" />
<PackageReference Update="System.IdentityModel.Tokens.Jwt" Version="6.35.0" />
</ItemGroup>

<ItemGroup Condition="$(MSBuildProjectName.StartsWith('Azure.Monitor.OpenTelemetry'))">
Expand Down

0 comments on commit e168614

Please sign in to comment.