From 1ae4033aae5e7c39cb9c2d6f69fb5d1765d930f8 Mon Sep 17 00:00:00 2001 From: yoff Date: Mon, 4 May 2026 15:34:33 +0200 Subject: [PATCH] python: add consistency checks Co-authored-by: aschackmull --- python/ql/consistency-queries/CfgConsistency.ql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/ql/consistency-queries/CfgConsistency.ql diff --git a/python/ql/consistency-queries/CfgConsistency.ql b/python/ql/consistency-queries/CfgConsistency.ql new file mode 100644 index 00000000000..ab13eddf190 --- /dev/null +++ b/python/ql/consistency-queries/CfgConsistency.ql @@ -0,0 +1,2 @@ +import semmle.python.controlflow.internal.AstNodeImpl +import ControlFlow::Consistency