Skip to content

Commit 7e12c12

Browse files
update owasp table links (#22510)
1 parent c33f3a8 commit 7e12c12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/api-shield/security/bola-vulnerability-detection.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
badge:
77
text: Beta
88
order: 10
9-
label: BOLA attack detection
9+
label: BOLA vulnerability detection
1010
---
1111

1212
import { Badge } from "~/components";

src/content/docs/api-shield/security/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ The following table provides examples of how you might match Cloudflare products
2121

2222
| OWASP issue | Example Cloudflare solution |
2323
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
24-
| Broken Object Level Authorization | [Sequence Mitigation], [Schema validation], [JWT validation], [Rate Limiting] |
25-
| Broken Authentication | [mTLS](/api-shield/security/mtls/), [JWT validation], [Exposed Credential Checks](/waf/managed-rules/check-for-exposed-credentials/), [Bot Management](/bots/), [Authentication Posture](/api-shield/security/authentication-posture/) |
24+
| Broken Object Level Authorization | [Broken Object Level Authorization vulnerability detection](/api-shield/security/bola-vulnerability-detection/), [Sequence Mitigation], [Schema validation], [JWT validation], [Rate Limiting] |
25+
| Broken Authentication | [Authentication Posture](/api-shield/security/authentication-posture/), [mTLS](/api-shield/security/mtls/), [JWT validation], [Exposed Credential Checks](/waf/managed-rules/check-for-exposed-credentials/), [Bot Management](/bots/) |
2626
| Broken Object Property Level Authorization | [Schema validation], [JWT validation] |
2727
| Unrestricted Resource Consumption | [Rate Limiting], [Sequence Mitigation], [Bot Management], [GraphQL Query Protection] |
2828
| Broken Function Level Authorization | [Schema validation], [JWT validation] |

0 commit comments

Comments
 (0)