JS: Really autoformat everything

This commit is contained in:
Asger Feldthaus
2020-03-01 10:33:53 +00:00
parent 228bd73bd2
commit e405a9769c
33 changed files with 81 additions and 101 deletions

View File

@@ -22,7 +22,8 @@ import DataFlow::PathGraph
*/
class MysqlSource extends StoredXss::Source {
MysqlSource() {
this = moduleImport("mysql")
this =
moduleImport("mysql")
.getAMemberCall("createConnection")
.getAMethodCall("query")
.getCallback(1)