You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set DtdProcessing.Parse explicitly as the default for XML parsing
DtdProcessing.Parse is the default on .NET Core and was the behavior
before the XXE fix that was reverted (#1633). Making this explicit
ensures the intended behavior is clear and documented in code.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments