Skip to content

Commit

Permalink
Merge pull request #399 from cobalthq/ecbrinkman-patch-1
Browse files Browse the repository at this point in the history
Update link on api-rate-limiting.md
  • Loading branch information
Eric Brinkman authored Aug 9, 2023
2 parents 83ccf35 + 6b014dd commit b20e7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/BestPractices/api-rate-limiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: >
To protect your APIs against abuse, you should implement rate limiting. In this article, we explore why you should prioritize it today rather than in the future.
{{% /pageinfo %}}

According to the [OWASP API Top 10](https://owasp.org/www-project-api-security/), "Lack of Resources and Rate Limiting" is number 4 in the API Security Top 10 for 2019.
According to the [Unrestricted Resource Consumption](https://owasp.org/www-project-api-security/), "Lack of Resources and Rate Limiting" is number 4 in the API Security Top 10 for 2023.

## Description

Expand Down

0 comments on commit b20e7c2

Please sign in to comment.