Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 2023/en/src/0xa4-unrestricted-resource-consumption.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ the next monthly bill increases from US$13, on average, to US$8k.

## How To Prevent

* Use container-based solutions that make it easy to limit [memory][1],
[CPU][2], [number of restarts][3], [file descriptors, and processes][4].
* Use a solution that makes it easy to limit [memory][1],
[CPU][2], [number of restarts][3], [file descriptors, and processes][4] such as Containers / Serverless code (e.g. Lambdas).
* Define and enforce a maximum size of data on all incoming parameters and
payloads, such as maximum length for strings, maximum number of elements in
arrays, and maximum upload file size (regardless of whether it is stored
Expand Down