Skip to content

Commit b4010ac

Browse files
committed
[DIFF-INFORMED] Go: InsecureHostKeyCallback
1 parent 188fc0d commit b4010ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go/ql/src/Security/CWE-322/InsecureHostKeyCallback.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ module Config implements DataFlow::ConfigSig {
6868
}
6969

7070
predicate isSink(DataFlow::Node sink) { writeIsSink(sink, _) }
71+
72+
predicate observeDiffInformedIncrementalMode() { any() }
7173
}
7274

7375
/**

0 commit comments

Comments
 (0)