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

HybridCache (tests only): add explicit System.Runtime.Caching dependency (CVE-related) #5755

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

mgravell
Copy link
Member

@mgravell mgravell commented Dec 20, 2024

The HybridCache test suite has a transitive dependency on System.Runtime.Caching, which is flagging as CVE, although there may also be some confusion here as to whether this is meant to be Microsoft.Extensions.Caching.Memory, and so I suspect this is actually a false positive. To make the CI happy, I have added an explicit package-ref to System.Runtime.Caching, which via the pre-existing $SystemRuntimeCachingVersion pushes it to 9.0, which is fine. The Microsoft.Extensions.Caching.Memory in the project is also already 9.0.

Microsoft Reviewers: Open in CodeFlow

@mgravell mgravell merged commit 20c12ef into dotnet:main Dec 20, 2024
6 checks passed
@sebastienros
Copy link
Member

This was indeed the wrong package and the alert can be ignored, check the aspnet Teams chat on Friday 13th 3:01 PM (PT)

@github-actions github-actions bot locked and limited conversation to collaborators Jan 20, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants