mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
[DIFF-INFORMED] C++: CgiXss
This commit is contained in:
@@ -39,6 +39,12 @@ module Config implements DataFlow::ConfigSig {
|
|||||||
or
|
or
|
||||||
node.asCertainDefinition().getUnspecifiedType() instanceof ArithmeticType
|
node.asCertainDefinition().getUnspecifiedType() instanceof ArithmeticType
|
||||||
}
|
}
|
||||||
|
|
||||||
|
predicate observeDiffInformedIncrementalMode() { any() }
|
||||||
|
|
||||||
|
Location getASelectedSourceLocation(DataFlow::Node source) {
|
||||||
|
exists(QueryString query | result = query.getLocation() | query = source.asIndirectExpr())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module Flow = TaintTracking::Global<Config>;
|
module Flow = TaintTracking::Global<Config>;
|
||||||
|
|||||||
Reference in New Issue
Block a user