1 implementation of PackageSource
NuGet.Commands (1)
RestoreCommand\VulnerabilityInformationProvider.cs (1)
61public PackageSource PackageSource => _source.PackageSource;
1 reference to PackageSource
NuGet.Commands (1)
RestoreCommand\RestoreCommand.cs (1)
542error |= CheckDisallowedInsecureHttpSource(vulnerabilityInfoProvider.PackageSource, SdkAnalysisLevelMinimums.V10_0_400, reportedSources, warnWhenNotError: false);