rspec/rules/S3752/recommended.adoc
2020-06-30 17:16:12 +02:00

4 lines
222 B
Plaintext

== 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.