rspec/rules/S5728/recommended.adoc
2020-12-21 15:38:52 +01:00

4 lines
305 B
Plaintext

== Recommended Secure Coding Practices
Implement content security policy fetch directives, in particular _default-src_ directive and continue to properly sanitize and validate all inputs of the application, indeed CSP fetch directives is only a tool to reduce the impact of cross site scripting attacks.