summaryrefslogtreecommitdiff
path: root/.github/SECURITY.md
AgeCommit message (Collapse)Author
2023-04-24docs(security): clarify storage explosion attacks in policy (#18697)Tristan F
Deno does not cover storage explosion attacks from evaluated runtime code. I've chosen the following parts for this clarification: - _Evaluated_ code - storage explosion attacks caused by services in Deno such as the HTTP server should still be covered. - Isolated - If the storage explosion attack can happen at arbitrary different files, it may leave a much more lasting impact on a targeted host system than on simply the Deno cache.
2022-12-05chore: move/remove some repo top level files (#16951)David Sherret