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

Security bump dependency System.IdentityModel.Tokens.Jwt to version 7.2.0 #3095

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

Conversation

darktohka
Copy link

Fixes build error:

Warning As Error: Package 'System.IdentityModel.Tokens.Jwt' 5.2.1 has a known moderate severity vulnerability, GHSA-59j7-ghrg-fj52

….2.0

Fixes build error:

Warning As Error: Package 'System.IdentityModel.Tokens.Jwt' 5.2.1 has a known moderate severity vulnerability, GHSA-59j7-ghrg-fj52
@darktohka darktohka requested a review from a team as a code owner January 17, 2024 12:17
@dkurt dkurt mentioned this pull request Jan 18, 2024
@@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.Win32.Registry" Version="4.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.2.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" />
Copy link

@dkurt dkurt Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is a policy on choosing a version for the deps? GHSA-59j7-ghrg-fj52 proposes 3 different patches depends on the interval:

Affected versions Patched versions
< 5.7.0 5.7.0
>= 6.5.0, < 6.34.0 6.34.0
>= 7.0.0-preview, < 7.1.2 7.1.2

@darktohka, not a question for you but for the maintainers. I've proposed .NET upgrade and question is should these versions be aligned?

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.

None yet

2 participants