-
-
Notifications
You must be signed in to change notification settings - Fork 15
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 issue in JWT 5.4.0 #41
Comments
Hello, We'd be willing to accept any pr's to update this. |
Microsoft.Azure.ServiceBus is deprecated so it's a bit of a bigger issue than just a PR. |
We need to get the azure libs updated and it's on our list (pr would be very grateful if you have some time). Problem is they keep coming out with a completely new package of which seems yearly and the one after this one had crazy management libraries, they've since removed due to pushback. |
Thanks for the feedback! I'd like to help but, as usual, it's a matter of availability of time. |
The quickest solution to this particular issue is to force a (currently) safe version of Jwt by adding
to the project file. So, no pressure for now, until some other vulnerability is identified. :) |
Hi!
The Jwt 5.4.0 is flagged as a security risk by SonarQube. It is used by Microsoft.AzureServiceBus.
Upgrading JWT to at least 5.7.0 would fix this.
The text was updated successfully, but these errors were encountered: