mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05:00
`severe` can mean one of three things: - `yes` – user has told us this is an emergency - `no` – user has told us this isn’t an emergency - Anything else – user hasn’t been asked the question or has hacked/mangled the URL This commit adds some stricter sanitisation of the `severe` query parameter and does so up front, rather than spreading it across multiple functions.