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 5b9e37c commit 8978820Copy full SHA for 8978820
cpp/ql/src/Security/CWE/CWE-843/TypeConfusion.ql
@@ -178,6 +178,10 @@ module Config implements DataFlow::ConfigSig {
178
predicate isSink(DataFlow::Node sink) { sink.asExpr() = any(UnsafeCast cast).getUnconverted() }
179
180
int fieldFlowBranchLimit() { result = 0 }
181
+
182
+ predicate observeDiffInformedIncrementalMode() {
183
+ none() // used both positively and negatively
184
+ }
185
}
186
187
module Flow = DataFlow::Global<Config>;
0 commit comments