rspec/rules/S5693/recommended.adoc

8 lines
329 B
Plaintext
Raw Normal View History

2020-06-30 12:50:28 +02:00
== Recommended Secure Coding Practices
* For most of the features of an application, it is recommended to limit the size of requests to:
** lower or equal to 8mb for file uploads.
** lower or equal to 2mb for other requests.
2020-06-30 12:50:28 +02:00
It is recommended to customize the rule with the limit values that correspond to the web application.