From 60179e7ea01dfdf0ea53925dd061e13c057dd85f Mon Sep 17 00:00:00 2001 From: Paul Rogers Date: Thu, 9 Mar 2023 12:01:26 +0000 Subject: [PATCH] Update 0xa4-unrestricted-resource-consumption.md --- 2023/en/src/0xa4-unrestricted-resource-consumption.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/en/src/0xa4-unrestricted-resource-consumption.md b/2023/en/src/0xa4-unrestricted-resource-consumption.md index 3eaea0039..34ad0e37b 100644 --- a/2023/en/src/0xa4-unrestricted-resource-consumption.md +++ b/2023/en/src/0xa4-unrestricted-resource-consumption.md @@ -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