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 7b1cd70 commit cf932ebCopy full SHA for cf932eb
cpp/ql/src/Security/CWE/CWE-611/XML.qll
@@ -46,7 +46,7 @@ abstract class XxeFlowStateTransformer extends Expr {
46
* Due to limitations of the implementation the transformation defined by this
47
* predicate must be idempotent, that is, for any input `x` it must be that:
48
* ```
49
- * transform(tranform(x)) = tranform(x)
+ * transform(transform(x)) = transform(x)
50
51
*/
52
abstract XxeFlowState transform(XxeFlowState flowstate);
0 commit comments