[Feature]: Security Documentation #2903
GuillaumeQuenneville
started this conversation in
Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the new or updated feature that you are suggesting?
It would be nice if the remix documentation had a page on common security concerns. How the library avoids them and/or how the library user should address them.
The django docs page for inspiration (some of the subjects might not apply since django's scope is bigger).
https://docs.djangoproject.com/en/3.2/topics/security/#
Topics:
Cross site scripting (XSS) protection
Cross site request forgery (CSRF) protection
SQL injection protection
Clickjacking protection
SSL/HTTPS
Host header validation
Referrer policy
Session security
User-uploaded content
Additional security topics
Thank you
Why should this feature be included?
What protections remix has built in and what protections devs should handle should be explicitly stated (preferably in a centralized location) for devs to build secure websites.
Beta Was this translation helpful? Give feedback.
All reactions