-
Notifications
You must be signed in to change notification settings - Fork 0
sql injection check #17
Copy link
Copy link
Open
Labels
Description
Currently, we are creating the sql query with string concatenation, which is error prone and open to sql injection. We have two very basic unit tests (
sqlite-rest/integration_security_test.go
Line 35 in 23ae76b
| func TestSecuritySQLInjection(t *testing.T) { |
Reactions are currently unavailable