|
|
|
|
|
by viraptor
3097 days ago
|
|
I agree with some cases, but "is this parameter/input value properly sanitized" is a bit weird. It should only every apply to a) the db framework, b) those N really weird cases that have to break the abstraction and don't use the db framework. If you have to test every input, then the problem is on a completely different level than missing a test. |
|
But getting back to my original idea, what I want to highlight the need of adding cases to cover application security.