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

Nuget package Vulnerability #1593

Closed
polajenko opened this issue Nov 1, 2024 · 9 comments
Closed

Nuget package Vulnerability #1593

polajenko opened this issue Nov 1, 2024 · 9 comments
Assignees

Comments

@polajenko
Copy link

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

image

@linkdotnet
Copy link
Collaborator

Thanks for bringing this to our attention. I will prepare a fix and we can make a new release.
@egil WOrks for you?

@linkdotnet linkdotnet self-assigned this Nov 1, 2024
@polajenko
Copy link
Author

yes thanks I will wait to install bunit until a fix is released.

@linkdotnet
Copy link
Collaborator

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"/>

@polajenko
Copy link
Author

Why not also turn on dependabot alerts for this repo then you would be notified automatically.

@linkdotnet
Copy link
Collaborator

Interestingly enough, they are turned on :D

@polajenko
Copy link
Author

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"/>

done

@polajenko
Copy link
Author

Interestingly enough, they are turned on :D

ok I can't see them from the security tab. I suppose it is hidden from our viewpoint.

@linkdotnet
Copy link
Collaborator

image There is no "open" one

@linkdotnet
Copy link
Collaborator

@polajenko New stable version 1.34 is out. That should drop the need for the additional dependency inside your code.

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

No branches or pull requests

2 participants