Update DivideByZero.ql

This commit is contained in:
monkey-junkie
2021-01-03 00:55:10 +03:00
committed by GitHub
parent d81ec15990
commit de566da91c

View File

@@ -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()