Skip to content

Commit 53f4c94

Browse files
committed
1 parent c1a5881 commit 53f4c94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,12 @@ private module ConversionWithoutBoundsCheckConfig implements DataFlow::StateConf
440440
state2 = node2.(FlowStateTransformer).transform(state1) and
441441
DataFlow::simpleLocalFlowStep(node1, node2, _)
442442
}
443+
444+
predicate observeDiffInformedIncrementalMode() { any() }
445+
446+
Location getASelectedSinkLocation(DataFlow::Node sink) {
447+
result = sink.getASuccessor().getLocation()
448+
}
443449
}
444450

445451
/**

0 commit comments

Comments
 (0)