Skip to content

Commit 5e41459

Browse files
committed
[DIFF-INFORMED] Go: InsecureHostKeyCallback
1 parent 777b845 commit 5e41459

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)