Skip to content

Commit 83190ab

Browse files
committed
Update leaked credentials field table
1 parent 9f754d3 commit 83190ab

File tree

1 file changed

+7
-7
lines changed
  • src/content/docs/waf/detections/leaked-credentials

1 file changed

+7
-7
lines changed

src/content/docs/waf/detections/leaked-credentials/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ For instructions on configuring a custom detection location, refer to [Get start
9898

9999
## Leaked credentials fields
100100

101-
| Field | Required plan | Description |
102-
| ------------------------------------------------------------------------------------------------------------------------ | --------------- | ---------------------------------------------------------------------------------------------------------------------------- |
103-
| Password Leaked <br/> [`cf.waf.credential_check.password_leaked`][1] <br/> <Type text="Boolean" /> | N/A (all plans) | Indicates whether the password detected in the request was previously leaked. |
104-
| User and Password Leaked <br/> [`cf.waf.credential_check.username_and_password_leaked`][2] <br/> <Type text="Boolean" /> | Pro and above | Indicates whether the (username-password pair detected in the request were previously leaked. |
105-
| Username Leaked <br/> [`cf.waf.credential_check.username_leaked`][3] <br/> <Type text="Boolean" /> | Enterprise | Indicates whether the username detected in the request was previously leaked. |
106-
| Similar Password Leaked <br/> [`cf.waf.credential_check.username_password_similar`][4] <br/> <Type text="Boolean" /> | Enterprise | Indicates whether a similar version of the username and password credentials detected in the request were previously leaked. |
107-
| Authentication detected <br/> [`cf.waf.auth_detected`][5] <br/> <Type text="Boolean" /> | Enterprise | Indicates whether Cloudflare detected authentication credentials in the request. |
101+
| Field | Description |
102+
| ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
103+
| Password Leaked <br/> [`cf.waf.credential_check.password_leaked`][1] <br/> <Type text="Boolean" /> | Indicates whether the password detected in the request was previously leaked. <br/> Available on all plans. |
104+
| User and Password Leaked <br/> [`cf.waf.credential_check.username_and_password_leaked`][2] <br/> <Type text="Boolean" /> | Indicates whether the username-password pair detected in the request were previously leaked. <br/> Requires a Pro plan or above. |
105+
| Username Leaked <br/> [`cf.waf.credential_check.username_leaked`][3] <br/> <Type text="Boolean" /> | Indicates whether the username detected in the request was previously leaked. <br/> Requires an Enterprise plan. |
106+
| Similar Password Leaked <br/> [`cf.waf.credential_check.username_password_similar`][4] <br/> <Type text="Boolean" /> | Indicates whether a similar version of the username and password credentials detected in the request were previously leaked. <br/> Requires an Enterprise plan. |
107+
| Authentication detected <br/> [`cf.waf.auth_detected`][5] <br/> <Type text="Boolean" /> | Indicates whether Cloudflare detected authentication credentials in the request. <br/> Requires an Enterprise plan. |
108108

109109
[1]: /ruleset-engine/rules-language/fields/reference/cf.waf.credential_check.password_leaked/
110110
[2]: /ruleset-engine/rules-language/fields/reference/cf.waf.credential_check.username_and_password_leaked/

0 commit comments

Comments
 (0)