Skip to content

[pull] master from OWASP:master #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

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