Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Security Overview

David Scrobonia edited this page May 15, 2020 · 3 revisions

HOME » TECHNICAL DOCUMENTATION » SECURITY OVERVIEW

Frontend

Requirements

Out of Scope

  • Denial of Service (DoS) Attack Vectors
  • AuthN and AuthZ
  • Session Hijacking
  • Cross Site Request Forgery (CSRF)

Additional Thoughts

Security Headers: if the State hosts the Frontend, it is highly recommended that they review and implement all applicable security headers

  • Content-Security-Policy
  • Strict-Transport-Security
  • X-Frame-Options
  • X-Content-Type-Options
  • X-Xss-Protection

Backend

A complete security review of the backend has not been completed.

If you are new to AWS here are a few articles on security best practices to read before implementing: