Lots of CVE as transitive, just update the root cause not the leaf#3972
Lots of CVE as transitive, just update the root cause not the leaf#3972tebeco wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s net10.0 dependency/version pins to remediate CVEs caused by older transitive runtime/framework package versions, aligning the build with patched .NET/AspNetCore 10.0 servicing releases.
Changes:
- Bump net10.0 runtime and ASP.NET Core runtime version properties to
10.0.10. - Update the net10.0
Microsoft.AspNetCore.DataProtectionpin to10.0.10to avoid pulling vulnerable transitive dependencies.
|
pinging contributors so that this issue breaking CI/CD in consumer repository could find a solution Sorry for pinging everyone but having a base line on Most of the transitive CVE since 10.0.6 IIRC comes down from direct and transitive of MSFT Identity Web. |
Fixes CVE shipped as transitive - Packages are still relying on dotnet and aspnetcore 10.0.0 and 10.0.7 that have CVE
Summary of the changes (Less than 80 chars)
Description
Fixes CVE as transitive caused but obsolete version of
Test: not applicable
Docs: not application (probably, unsure)
Issue: linked
Fixes #3971 (in this specific format)