Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar:
badge:
text: Beta
order: 10
label: BOLA attack detection
label: BOLA vulnerability detection
---

import { Badge } from "~/components";
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/api-shield/security/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The following table provides examples of how you might match Cloudflare products

| OWASP issue | Example Cloudflare solution |
| ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Broken Object Level Authorization | [Sequence Mitigation], [Schema validation], [JWT validation], [Rate Limiting] |
| 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/) |
| Broken Object Level Authorization | [Broken Object Level Authorization vulnerability detection](/api-shield/security/bola-vulnerability-detection/), [Sequence Mitigation], [Schema validation], [JWT validation], [Rate Limiting] |
| 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/) |
| Broken Object Property Level Authorization | [Schema validation], [JWT validation] |
| Unrestricted Resource Consumption | [Rate Limiting], [Sequence Mitigation], [Bot Management], [GraphQL Query Protection] |
| Broken Function Level Authorization | [Schema validation], [JWT validation] |
Expand Down