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

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Geoffrey White
2022-04-19 10:08:07 +01:00
committed by GitHub
parent 2ac21d6932
commit da454128ed

View File

@@ -22,7 +22,7 @@ import semmle.code.cpp.ir.IR
*/
abstract class XXEFlowState extends string {
bindingset[this]
XXEFlowState() { any() } // required constructor
XXEFlowState() { any() } // required characteristic predicate
}
/**