rspec/rules/S5728/recommended.adoc

4 lines
305 B
Plaintext
Raw Permalink Normal View History

2020-06-30 12:50:28 +02:00
== 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.