-
Notifications
You must be signed in to change notification settings - Fork 292
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
Transitive CVE in System.Runtime.Caching #2908
Comments
Have same issue due to Trivy vulnerability scan, pls update this so we don't need to update transitive dependency. |
+1 being flagged by Anchore and other GH feeds |
It seems like in general if the Microsoft.Data.SqlClient package were updated to use v8.x rather than v6.x of various dependencies, all this noise would go away as the sub-dependencies like Microsoft.IdentityModel.Protocols.OpenIdConnect have been updated so that they just rely on the .net core provided versions instead. The current tree looks like this (for a different vulnerability)
|
We use this package in our most widely used library and functionally every one of our services is screaming about vulnerabilities. Is there a rough estimate when the updates might be released or should we override this dependency so long as it may be a while? Can we assist with the patching at all? |
Everyone, you can take a direct dependency on System.Runtime.Caching 8.0.1 from your project; there's no need to wait until SqlClient releases. |
It looks like we updated the dependency was updated in v6, but will need to be backported to previous, supported releases. |
@benrr101 Is there an issue to Backport to current releases? |
@benrr101 Sorry, just saw you created one 😄 |
Backport tracking issue: #2935 |
can you update to 8.0.1 and release a new nuget
The text was updated successfully, but these errors were encountered: