Fix unrelated CVE warnings#21657
Conversation
d3c1b80 to
d866823
Compare
|
Do you still get warnings after updating the package but using the new mode? It seems valuable to use the new setting if we can. |
|
You mean I should skip d866823? |
Yes, I think getting these warnings is valuable. |
d866823 to
a60dc14
Compare
|
Okay. Kept the audit mode covering also indirect dependencies. This is not fixable downstream because the setting is at project level. OpenHV/OpenHV#1231 solved it by downgrading Windows and therefore the .NET version. |
|
If newer version of the SDK is bothering you, you can force different in https://learn.microsoft.com/en-us/dotnet/core/tools/global-json |
|
I haven't tried that, but I assume that would only change the targeted SDK not the default setting of |
|
No, if you force a specific version of SDK via
|
that happen because .NET changed
<NuGetAuditMode>toall. See https://github.com/OpenHV/OpenHV/actions/runs/11987849692/job/33422489150 for example.