dotnet/msbuild

XmlPoke Should Use DtdProcessing.Prohibit

Open

#5.817 aberto em 21 de out. de 2020

Ver no GitHub
 (7 comments) (0 reactions) (2 assignees)C# (1.364 forks)batch import
Good First Issuebugtriaged

Métricas do repositório

Stars
 (5.062 stars)
Métricas de merge de PR
 (Mesclagem média 11d 7h) (125 fundiu PRs em 30d)

Description

See https://github.com/dotnet/msbuild/issues/5810 for a bit of context.

There's an inconsistency with XmlPoke and XslTransformation. The docs on XmlReaderSettings.DtdProcessing state that the default value is Prohibit, which neither XmlPoke or XslTransformation` follow.

Guia do colaborador