Skip to content

Commit 3ef5e6d

Browse files
authored
Merge pull request OWASP#91 from MrPRogers/master
Update 0xa4-unrestricted-resource-consumption.md
2 parents 931109e + 60179e7 commit 3ef5e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2023/en/src/0xa4-unrestricted-resource-consumption.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ the next monthly bill increases from US$13, on average, to US$8k.
8585

8686
## How To Prevent
8787

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

0 commit comments

Comments
 (0)