We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061fd01 commit 5471c92Copy full SHA for 5471c92
python/ql/consistency-queries/DataFlowConsistency.ql
@@ -14,6 +14,8 @@ private module Input implements InputSig<PythonDataFlow> {
14
private import Private
15
private import Public
16
17
+ predicate postWithInFlowExclude(Node n) { n instanceof FlowSummaryNode }
18
+
19
predicate argHasPostUpdateExclude(ArgumentNode n) {
20
// TODO: Implement post-updates for *args, see tests added in https://github.com/github/codeql/pull/14936
21
exists(ArgumentPosition apos | n.argumentOf(_, apos) and apos.isStarArgs(_))
0 commit comments