mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Update cpp/ql/src/Security/CWE/CWE-611/XXE.ql
Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user