rspec/rules/S5693/ask-yourself.adoc
2020-06-30 17:16:12 +02:00

8 lines
342 B
Plaintext

== Ask Yourself Whether
* size limits are not defined for the different resources of the web application.
* the web application is not protected by https://en.wikipedia.org/wiki/Rate_limiting[rate limiting] features.
* the web application infrastructure has limited resources.
There is a risk if you answered yes to any of those questions.