JS: Autoformat

This commit is contained in:
Asger Feldthaus
2020-12-03 14:46:03 +00:00
parent 1b0bec9143
commit 355cfaaf42
3 changed files with 14 additions and 8 deletions

View File

@@ -15,5 +15,6 @@ import DataFlow::PathGraph
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
where cfg.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "Potential type confusion as $@ may be either an array or a string.", source.getNode(),
select sink.getNode(), source, sink,
"Potential type confusion as $@ may be either an array or a string.", source.getNode(),
"this HTTP request parameter"