Update Secure Coding - Unrestricted Resource Consumption.md

This commit is contained in:
Mehdi 2023-12-10 14:49:02 +03:30 committed by GitHub
parent db75b5a0ac
commit 8afc8999e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.