From 6f7510b3a829cc40f4bb2d42f27fb2a930a559ea Mon Sep 17 00:00:00 2001 From: Patricia Loraine Santa Ana Date: Mon, 10 Mar 2025 14:48:11 -0700 Subject: [PATCH] Add Authentication Posture --- src/content/docs/api-shield/security/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/api-shield/security/index.mdx b/src/content/docs/api-shield/security/index.mdx index 7b4b8b47aa9a1e..06fe593759d5c0 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] |