-
Notifications
You must be signed in to change notification settings - Fork 5
Security Issues
Aaron edited this page Nov 2, 2020
·
6 revisions
Sensitive Information Stored:
- Names
- Emails
- Password
- Tracked Stocks
We plan to protect this information by utilizing Django's built-in user authentication. Additionally, we may add further third-party extensions if Django's precautions are not enough.
Django's security features include protection against cross site scripting, cross site request forgery, SQL injection, and clickjacking.
While default Django should provide sufficient resources to keep our information and user's information safe, we may add additional third-party extensions to attempt to guarantee our user's protection.
..