mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
JS: Really autoformat everything
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user