Skip to content

Commit 7a8e10e

Browse files
committed
Check reachability of inherited feeds
1 parent 5415bb7 commit 7a8e10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ public HashSet<AssemblyLookupLocation> Restore()
132132
this.dependabotProxy?.RegistryURLs.ForEach(url => explicitFeeds.Add(url));
133133

134134
var explicitFeedsReachable = this.CheckSpecifiedFeeds(explicitFeeds);
135+
this.GetReachableNuGetFeeds(inheritedFeeds, isFallback: false);
135136

136137
if (inheritedFeeds.Count > 0)
137138
{
138-
logger.LogInfo($"Inherited NuGet feeds (not checked for reachability): {string.Join(", ", inheritedFeeds.OrderBy(f => f))}");
139139
compilationInfoContainer.CompilationInfos.Add(("Inherited NuGet feed count", inheritedFeeds.Count.ToString()));
140140
}
141141

0 commit comments

Comments
 (0)