2 references to CheckDisallowedInsecureHttpSource
NuGet.Commands (2)
RestoreCommand\RestoreCommand.cs (2)
530
error |=
CheckDisallowedInsecureHttpSource
(remoteProvider.Source, SdkAnalysisLevelMinimums.V9_0_100, reportedSources);
542
error |=
CheckDisallowedInsecureHttpSource
(vulnerabilityInfoProvider.PackageSource, SdkAnalysisLevelMinimums.V10_0_400, reportedSources, warnWhenNotError: false);