rspec/rules/S5753/ask-yourself.adoc

8 lines
266 B
Plaintext
Raw Normal View History

2021-01-13 11:35:08 +00:00
== Ask Yourself Whether
* the developer doesn't know the impact to deactivate the Request Validation feature
* the web application accepts user-supplied data
* all user-supplied data are not validated
2021-01-13 11:35:08 +00:00
There is a risk if you answered yes to any of those questions.