Skip to content

Commit da45412

Browse files
geoffw0MathiasVP
andauthored
Update cpp/ql/src/Security/CWE/CWE-611/XXE.ql
Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 2ac21d6 commit da45412

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import semmle.code.cpp.ir.IR
2222
*/
2323
abstract class XXEFlowState extends string {
2424
bindingset[this]
25-
XXEFlowState() { any() } // required constructor
25+
XXEFlowState() { any() } // required characteristic predicate
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)