rspec/rules/S3752/recommended.adoc

4 lines
222 B
Plaintext
Raw Normal View History

2020-06-30 12:48:39 +02:00
== Recommended Secure Coding Practices
For all the routes/controllers of an application, the authorized HTTP methods should be explicitly defined and safe HTTP methods should only be used to perform read-only operations.