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.