3 references to NU1904
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateCommandRunner.cs (1)
148
.Where(log => log.Code >= NuGetLogCode.NU1901 && log.Code <= NuGetLogCode.
NU1904
&& !string.IsNullOrEmpty(log.LibraryId))
NuGet.Commands (1)
RestoreCommand\Utility\AuditUtility.cs (1)
366
return (Strings.Vulnerability_Severity_Critical, NuGetLogCode.
NU1904
);
NuGet.PackageManagement (1)
Audit\AuditChecker.cs (1)
382
return ("critical", NuGetLogCode.
NU1904
);