Security - sparkbox/fundamentals-cohort GitHub Wiki

Concepts

  • A general awareness of basic client-side security concerns, including:
    • Input validation / sanitization
    • XSS (Cross Site Scripting)
    • CSRF (Cross Site Request Forgery)
  • Ability to identify potential flaws in the above categories is expected, but in-depth understanding of remediation strategy is not