diff --git a/src/content/docs/api-shield/security/index.mdx b/src/content/docs/api-shield/security/index.mdx index 7b4b8b47aa9a1e3..06fe593759d5c0f 100644 --- a/src/content/docs/api-shield/security/index.mdx +++ b/src/content/docs/api-shield/security/index.mdx @@ -22,7 +22,7 @@ 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] | +| 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 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] |