CodeQL library for C#
codeql/csharp-all 0.9.2-dev (changelog, source)
Search

Module XmlSettings

Provides predicates related to System.Xml.XmlReaderSettings.

Import path

import semmle.code.csharp.security.xml.InsecureXMLQuery

Predicates

dtdEnabledSettings

Holds if the given object creation constructs XmlReaderSettings with DTD processing enabled.

insecureResolverSettings

Holds if the given object creation constructs XmlReaderSettings with an insecure resolver.