Skip to content

Commit e7935b6

Browse files
committed
1 parent 53f4c94 commit e7935b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go/ql/lib/semmle/go/security/InsecureRandomness.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ module InsecureRandomness {
3939
n2.getType() instanceof IntegerType
4040
)
4141
}
42+
43+
predicate observeDiffInformedIncrementalMode() {
44+
none() // Can't have accurate sink location override because of secondary use of `flowPath` in select.
45+
}
4246
}
4347

4448
/**

0 commit comments

Comments
 (0)