Skip to content

Commit

Permalink
[WAF] Update fields/functions for custom detection locations (#17597)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrosousa authored Oct 17, 2024
1 parent 37c4fef commit 65c1918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/content/docs/waf/detections/leaked-credentials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ When specifying a custom detection location, only the location of the username f
Expressions used to specify custom detection locations can include the following fields and functions:

- Fields:
- [`http.request.body.form`](/ruleset-engine/rules-language/fields/http-request-body/#httprequestbodyform)
- [`http.request.body.raw`](/ruleset-engine/rules-language/fields/http-request-body/#httprequestbodyraw)
- Functions:
- [`lookup_json_string()`](/ruleset-engine/rules-language/functions/#lookup_json_string)
- [`lower()`](/ruleset-engine/rules-language/functions/#lower)
- [`url_decode()`](/ruleset-engine/rules-language/functions/#url_decode)

For instructions on configuring a custom detection location, refer to [Get started](/waf/detections/leaked-credentials/get-started/#4-optional-configure-a-custom-detection-location).

Expand Down

0 comments on commit 65c1918

Please sign in to comment.