|
|
|
|
|
by tptacek
2184 days ago
|
|
Telling people to "validate all data" is like telling them "not to have security bugs". It's not helpful advice. Validate for what? Length? SQL metacharacters? Javascript notation? HTML? Authentication? Concurrent submission? The list of things to consider is essentially a list of practically all vulnerabilities. |
|
A lot of developers do not know that data should be validated.