add test sql injection, add protectin agains it (lvl. 1)
This commit is contained in:
9
Zweites Jahr/unterrichts_projekt/sql-injection.md
Normal file
9
Zweites Jahr/unterrichts_projekt/sql-injection.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## Test SQL Injection
|
||||
|
||||
```sql
|
||||
INSERT INTO user VALUES(
|
||||
NULL,
|
||||
'$u_firstname',
|
||||
'$u_lastname',
|
||||
''); DELETE FROM user WHERE (u_email LIKE '%');
|
||||
```
|
||||
Reference in New Issue
Block a user