1 implementation of GetKnownVulnerabilitiesAsync
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
258
public async Task<IReadOnlyList<IReadOnlyDictionary<string, IReadOnlyList<PackageVulnerabilityInfo>>>>
GetKnownVulnerabilitiesAsync
(ILogger logger, CancellationToken cancellationToken)
2 references to GetKnownVulnerabilitiesAsync
NuGet.CommandLine.XPlat (2)
Commands\Package\Update\PackageUpdateCommandRunner.cs (1)
176
await packageUpdateIO.
GetKnownVulnerabilitiesAsync
(remappedLogger, cancellationToken);
Commands\Package\Update\PackageUpdateIO.cs (1)
257
/// <inheritdoc cref="IPackageUpdateIO.
GetKnownVulnerabilitiesAsync
(ILogger, CancellationToken)"/>