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 188fc0d commit b4010acCopy full SHA for b4010ac
go/ql/src/Security/CWE-322/InsecureHostKeyCallback.ql
@@ -68,6 +68,8 @@ module Config implements DataFlow::ConfigSig {
68
}
69
70
predicate isSink(DataFlow::Node sink) { writeIsSink(sink, _) }
71
+
72
+ predicate observeDiffInformedIncrementalMode() { any() }
73
74
75
/**
0 commit comments