Missing audit warnings from "nuget install" when nuget.org is not a package source #14096
Labels
Area:NuGetAudit
Functionality:Install
The install command in VS/nuget.exe
Priority:2
Issues for the current backlog.
Type:Bug
NuGet Product Used
NuGet.exe
Product Version
NuGet Version: 6.12.2.
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Read https://learn.microsoft.com/en-us/nuget/concepts/auditing-packages#audit-sources
Edit nuget.config to include nuget.org as an audit source, but not a package source.
Then run
nuget install packages.config
that includes vulnerable packagesWhat I expected:
Audit warnings such as
What actually happens:
Packages installed without any audit warnings.
nuget install System.IdentityModel.Tokens.Jwt -Version 1.0.0
The text was updated successfully, but these errors were encountered: