mirror of
https://github.com/github/codeql.git
synced 2026-01-30 06:42:57 +01:00
Update DivideByZero.ql
This commit is contained in:
@@ -54,4 +54,4 @@ from
|
||||
where cfg.hasFlowPath(source, sink) and call.getResult(0) = source.getNode()
|
||||
select sink, source, sink,
|
||||
"Variable $@, which is used at division statement might be zero and leads to division by zero exception.",
|
||||
sink, sink.getNode().toString()
|
||||
sink, sink.getNode().toString()
|
||||
|
||||
Reference in New Issue
Block a user