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 6b5a192 commit 453dadeCopy full SHA for 453dade
cpp/ql/src/Security/CWE/CWE-611/XXE.ql
@@ -185,8 +185,9 @@ class FeatureDisableDefaultEntityResolution extends Variable {
185
}
186
187
/**
188
- * A flow state transformer for a call to `SAX2XMLReader.setFeature(XMLUni::fgXercesDisableDefaultEntityResolution, *)`. Transforms the flow
189
- * state through the qualifier according to this setting.
+ * A flow state transformer for a call to `SAX2XMLReader.setFeature`
+ * specifying the feature `XMLUni::fgXercesDisableDefaultEntityResolution`.
190
+ * Transforms the flow state through the qualifier according to this setting.
191
*/
192
class SetFeatureTranformer extends XXEFlowStateTranformer {
193
Expr newValue;
0 commit comments