Skip to content

Commit 453dade

Browse files
committed
C++: Fix QLDoc.
1 parent 6b5a192 commit 453dade

File tree

1 file changed

+3
-2
lines changed
  • cpp/ql/src/Security/CWE/CWE-611

1 file changed

+3
-2
lines changed

cpp/ql/src/Security/CWE/CWE-611/XXE.ql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,9 @@ class FeatureDisableDefaultEntityResolution extends Variable {
185185
}
186186

187187
/**
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.
188+
* A flow state transformer for a call to `SAX2XMLReader.setFeature`
189+
* specifying the feature `XMLUni::fgXercesDisableDefaultEntityResolution`.
190+
* Transforms the flow state through the qualifier according to this setting.
190191
*/
191192
class SetFeatureTranformer extends XXEFlowStateTranformer {
192193
Expr newValue;

0 commit comments

Comments
 (0)