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 e5ce78c commit 43f870eCopy full SHA for 43f870e
python/ql/lib/semmle/python/dataflow/new/internal/DataFlow.qll
@@ -114,7 +114,7 @@ signature module StateConfigSig {
114
* Holds if data flow through `node` is prohibited when the flow state is
115
* `state`.
116
*/
117
- predicate isBarrier(Node node, FlowState state);
+ default predicate isBarrier(Node node, FlowState state) { none() }
118
119
/** Holds if data flow into `node` is prohibited. */
120
default predicate isBarrierIn(Node node) { none() }
0 commit comments