|
|
|
|
|
by motorest
226 days ago
|
|
> They accept malformed input & attempt to make sense of it, instead of rejecting it because the fields they care about are malformed. I don't think that's true at all. The whole point of the law is that your interfaces should be robust, and still accept input that might be nonconforming in some way but still be possible to validate. The principle still states that if you cannot validate input, you should not accept it. |
|