We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4d9b2 commit 7ee9e02Copy full SHA for 7ee9e02
csharp/ql/lib/semmle/code/csharp/security/xml/InsecureXMLQuery.qll
@@ -130,7 +130,7 @@ module XmlSettings {
130
|
131
not isSafeDtdSetting(dtdVal) and evidence = dtdVal
132
) and
133
- reason = "DTD procesing enabled in settings"
+ reason = "DTD processing enabled in settings"
134
or
135
not exists(getAValueForProp(creation, "ProhibitDtd")) and
136
reason = "DTD processing is enabled by default in versions before 4.0" and
0 commit comments