We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec0d13 commit 9ecf0f2Copy full SHA for 9ecf0f2
1 file changed
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