From 8afc8999e797375821cb6d7a2e031d9f355f7767 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Sun, 10 Dec 2023 14:49:02 +0330 Subject: [PATCH] Update Secure Coding - Unrestricted Resource Consumption.md --- Secure Coding - Unrestricted Resource Consumption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Secure Coding - Unrestricted Resource Consumption.md b/Secure Coding - Unrestricted Resource Consumption.md index 3a1763b..c1d5a6e 100644 --- a/Secure Coding - Unrestricted Resource Consumption.md +++ b/Secure Coding - Unrestricted Resource Consumption.md @@ -84,7 +84,7 @@ public class ResourceController : ControllerBase ## General prevention suggestions: -* Consuming resource limits for each API request, such as bandwidth limits, number of requests in a given time frame, and maximum number of SMS or phone calls. +* Limit on the resources consumed by each API request, such as bandwidth limits, the number of requests in a given time frame, and the maximum number of SMS or phone calls. * Checking and validating API requests based on the allowed ceiling for resource consumption and applying the necessary restrictions.