-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
Nuget package Vulnerability #1593
Comments
Thanks for bringing this to our attention. I will prepare a fix and we can make a new release. |
yes thanks I will wait to install bunit until a fix is released. |
In the meantime you can install the dependency yourself. .NET will always take direct installed dependencies over transient ones: <PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1"/> |
Why not also turn on dependabot alerts for this repo then you would be notified automatically. |
Interestingly enough, they are turned on :D |
done |
ok I can't see them from the security tab. I suppose it is hidden from our viewpoint. |
@polajenko New stable version |
I am trying to add bunit to my blazor web assembly project and Microsoft is warning about a package vulnerability in the Microsoft.Extensions.Caching.Memory package.
GHSA-qj66-m88j-hmgj
The text was updated successfully, but these errors were encountered: