sql injection #1
Annotations
10 errors
lint:
drivers/mysql.go#L210
G202: SQL string concatenation (gosec)
|
lint:
drivers/mysql.go#L255
G201: SQL string formatting (gosec)
|
lint:
drivers/mysql.go#L271
G201: SQL string formatting (gosec)
|
lint:
drivers/mysql.go#L358
G201: SQL string formatting (gosec)
|
lint:
drivers/sqlite.go#L130
G202: SQL string concatenation (gosec)
|
lint:
drivers/postgres.go#L598
unhandled-error: Unhandled error in call to function database/sql.DB.Close (revive)
|
lint:
components/ResultsTable.go#L175
identical-branches: both branches of the if are identical (revive)
|
lint:
drivers/mysql.go#L43
rows.Err must be checked (rowserrcheck)
|
lint:
drivers/mysql.go#L63
rows.Err must be checked (rowserrcheck)
|
lint:
drivers/mysql.go#L88
rows.Err must be checked (rowserrcheck)
|