SourceLink 10.0.401 - Microsoft.Build.Tasks.Git 8.0.0 fails the NuGet audit (GHSA-23fw-v26w-5fgq) - #56
Open
Andrei-Errapart wants to merge 1 commit into
Open
SourceLink 10.0.401 - Microsoft.Build.Tasks.Git 8.0.0 fails the NuGet audit (GHSA-23fw-v26w-5fgq) #56Andrei-Errapart wants to merge 1 commit into
Andrei-Errapart wants to merge 1 commit into
Conversation
…ed by GHSA-23fw-v26w-5fgq NuGet audit runs at level low with NU1901-NU1904 as errors, so since the advisory (CVE-2026-62900, published 2026-09-08) every restore of OriginalCircuit.Altium and the generator fails with NU1902 on Microsoft.Build.Tasks.Git 8.0.0, pulled in by Microsoft.SourceLink.GitHub 8.0.0. No 8.x is patched; 10.0.401 is the current stable release outside the vulnerable ranges.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Since 2026-09-08 every restore of
OriginalCircuit.AltiumandOriginalCircuit.Altium.Generatorsfails witherror NU1902: Package 'Microsoft.Build.Tasks.Git' 8.0.0 has a known moderate severity vulnerability,
GHSA-23fw-v26w-5fgq GitHub advisory GHSA-23fw-v26w-5fgq (CVE-2026-62900,
.NET information disclosure) flags
Microsoft.Build.Tasks.Git8.0.0, the dependency ofMicrosoft.SourceLink.GitHub8.0.0that
Directory.Build.propsreferences.Directory.Build.propsruns the NuGet audit withNuGetAuditLevel=lowand promotes NU1901-NU1904 to errors, so theadvisory turns every
dotnet restore,dotnet buildanddotnet publishof the library into a hard failure on anymachine whose NuGet feed serves the vulnerability data. The advisory lists no patched 8.x; the current stable release
outside the vulnerable ranges is 10.0.401 (the vulnerable 10.x ranges are 10.0.102-10.0.110, 10.0.200-10.0.204 and
10.0.300-10.0.301).
Changes
Directory.Build.props:Microsoft.SourceLink.GitHub8.0.0 -> 10.0.401 (PrivateAssets="All"unchanged). SourceLink 10.x builds with the .NET 10 SDK the repository already targets. No source or API change.Test Plan
dotnet test): 865 passed, 10 skipped, 0 failed onOriginalCircuit.Altium.sln, with the NuGet audit still enabled at level low and NU1901-NU1904 still errors.dotnet restore src/OriginalCircuit.Altium/OriginalCircuit.Altium.csprojcompletes without NU19xx diagnostics; before the change it fails with the two NU1902 errors above.Checklist