Skip to content

Security Issues

Aaron edited this page Nov 2, 2020 · 6 revisions

User Security

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.

Protection Plan:

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.

Clone this wiki locally