Skip to content

Commit 50c7e47

Browse files
committed
C++: Improve QLDoc.
1 parent da45412 commit 50c7e47

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ abstract class XXEFlowStateTranformer extends Expr {
3333
/**
3434
* Gets the flow state that `flowstate` is transformed into.
3535
*
36-
* Due to limitations of the implementation the result must always map to
37-
* itself, that is, it must be that:
36+
* Due to limitations of the implementation the transformation defined by this
37+
* predicate must be idempotent, that is, for any input `x` it must be that:
3838
* ```
3939
* transform(tranform(x)) = tranform(x)
4040
* ```

0 commit comments

Comments
 (0)