Skip to content

Commit 60179e7

Browse files
authored
Update 0xa4-unrestricted-resource-consumption.md
1 parent c56e753 commit 60179e7

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)