fix(deps): bump Microsoft.SourceLink.GitHub to 10.0.401 to clear GHSA-23fw-v26w-5fgq - #1375
Conversation
…-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>
|
Backend CI here is red for one reason that is not this PR's doing: restore trips over the SSH.NET advisory (GHSA-q939-rpr3-3284) that comes in through Testcontainers 4.11.0 on Order is therefore #1369, then this one. Worth knowing: GitHub does not re-run a PR's checks when the base branch moves, so after #1369 lands this PR needs Full merge order for the batch, with the pairwise conflicts measured rather than guessed: #1369 comment. |
|
Reviewed. The change is a one-line version bump and it does what it says; The only thing standing between this PR and a green Backend CI is unrelated to it: restore also trips over the SSH.NET advisory that arrives through Testcontainers 4.11.0, which #1369 fixes. Merge order and the re-run caveat are in the batch comment. |
Drops the carried SourceLink/Testcontainers bumps and the MinIO quay pin in favour of main (fullstackhero#1369, fullstackhero#1375, fullstackhero#1390). Identity keeps both Locale and the fullstackhero#1387 If-Match precondition on UpdateAsync; UserLocaleTests follows the new UserProfileService constructor.
Drops the carried SourceLink/Testcontainers bumps and the MinIO quay pin in favour of main (fullstackhero#1369, fullstackhero#1375, fullstackhero#1390).
Drops the carried SourceLink/Testcontainers bumps and the MinIO quay pin in favour of main (fullstackhero#1369, fullstackhero#1375, fullstackhero#1390). Profile settings keep the fullstackhero#1387 ETag flow with its new copy routed through t(); the topbar language switch now reads the profile with its ETag, sends If-Match, and refetches the shared profile query so the settings form never seeds from a spent tag.
The solution does not build right now.
Microsoft.SourceLink.GitHub 8.0.0pullsMicrosoft.Build.Tasks.Git 8.0.0, which has since picked up a moderate-severity advisory(GHSA-23fw-v26w-5fgq). With NuGet audit plus
TreatWarningsAsErrorsthat surfaces asNU1902and fails the whole solution, not just theprojects that pack:
10.0.401is the current stable line and clears it. This is the only change — no source edits wereneeded.
Verification
Nothing else moves: SourceLink is referenced only by projects with
IsPackable=true, so the blastradius is the CLI package.
🤖 Generated with Claude Code