Merge pull request #503 from Paradoxis/master

Removed destructive SQL statements
This commit is contained in:
g0tmi1k 2020-09-17 14:16:24 +01:00 committed by GitHub
commit d5271820d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -543,8 +543,8 @@ http://a/%%30%30
#
# Strings which can cause a SQL injection if inputs are not sanitized
1;DROP TABLE users
1'; DROP TABLE users-- 1
1; SELECT 1
1'; SELECT 1-- 1
' OR 1=1 -- 1
' OR '1'='1