|
|
|
|
|
by hombre_fatal
422 days ago
|
|
Server-side sanitization means that your view code is inherently vulnerable to injection. You'll notice in modern systems you don't sanitize data in the database and you don't have to manually sanitize when rendering frontend code. It's like that for a reason. Server-side sanitization and xss injection should be left in the 2000s php era. |
|