Skip to content

fix(deps): bump Microsoft.SourceLink.GitHub to 10.0.401 to clear GHSA-23fw-v26w-5fgq - #1375

Open
maxiar wants to merge 1 commit into
fullstackhero:mainfrom
maxiar:fix/sourcelink-advisory-upstream
Open

fix(deps): bump Microsoft.SourceLink.GitHub to 10.0.401 to clear GHSA-23fw-v26w-5fgq#1375
maxiar wants to merge 1 commit into
fullstackhero:mainfrom
maxiar:fix/sourcelink-advisory-upstream

Conversation

@maxiar

@maxiar maxiar commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The solution does not build right now. Microsoft.SourceLink.GitHub 8.0.0 pulls
Microsoft.Build.Tasks.Git 8.0.0, which has since picked up a moderate-severity advisory
(GHSA-23fw-v26w-5fgq). With NuGet audit plus
TreatWarningsAsErrors that surfaces as NU1902 and fails the whole solution, not just the
projects that pack:

error NU1902: Warning As Error: Package 'Microsoft.Build.Tasks.Git' 8.0.0 has a known
moderate severity vulnerability [src/FSH.Starter.slnx]

10.0.401 is the current stable line and clears it. This is the only change — no source edits were
needed.

Verification

dotnet build src/FSH.Starter.slnx                                  -> 0 errors
dotnet list src/FSH.Starter.slnx package --vulnerable --include-transitive
                                                                   -> no vulnerable packages
dotnet test src/Tests/Architecture.Tests                           -> 55/55 pass

Nothing else moves: SourceLink is referenced only by projects with IsPackable=true, so the blast
radius is the CLI package.

🤖 Generated with Claude Code

…-23fw-v26w-5fgq

SourceLink 8.0.0 pulls Microsoft.Build.Tasks.Git 8.0.0, which now carries a
moderate-severity advisory. With NuGet audit plus TreatWarningsAsErrors that
surfaces as NU1902 and fails the whole solution build, not just the projects
that pack.

10.0.401 is the current stable line and is the only build-affecting change here;
no source changes were needed.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant