fix: pin System.Security.Cryptography.Xml to 10.0.10 to clear CVE-2026-50648#518
Merged
Merged
Conversation
…6-50648 Fresh advisories (GHSA-23rf-6693-g89p and four siblings) flag the transitive System.Security.Cryptography.Xml 10.0.7 pulled by OpenIddict.*.DataProtection. With NuGetAudit=all and warnings-as-errors this fails restore of both AuthSystem test projects on every branch, blocking all merges and CD. Same recipe as the AngleSharp (#514) and Microsoft.OpenApi pins: central version override + direct references in the affected test projects. The APIs are not affected - they get the assembly from the shared framework. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TJCyYxiD8nLn1cjSbrcv16
This was referenced Jul 22, 2026
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.
Fresh advisories (GHSA-23rf-6693-g89p + four siblings, all patched in 10.0.10) flag the transitive
System.Security.Cryptography.Xml10.0.7 pulled byOpenIddict.*.DataProtection. WithNuGetAudit=all+ warnings-as-errors this fails restore of both AuthSystem test projects on every branch — it broke CI on the rebased dependabot PR #516 and will break any future run, blocking merges and CD.Fix follows the established recipe (AngleSharp #514, Microsoft.OpenApi): central pin in
Directory.Packages.props+ direct references in the two affected test projects. The API projects are unaffected (shared-framework assembly, package pruned from their graphs).Verified locally: restore clean (no NU1903), full solution build 0 warnings, AuthSystem unit tests green, resolved graph version now 10.0.10.
🤖 Generated with Claude Code
https://claude.ai/code/session_01TJCyYxiD8nLn1cjSbrcv16