Skip to content

Commit 0181f9d

Browse files
[WAF] Add link to function reference (#17418)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent ab9ae5a commit 0181f9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/waf/detections/malicious-uploads/get-started.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ The custom scan expression will scan any string found in an HTTP body with the f
148148
{ "file": "<BASE64_ENCODED_STRING>" }
149149
```
150150

151+
Refer to the [`lookup_json_string()` function reference](/ruleset-engine/rules-language/functions/#lookup_json_string) for more information and additional examples of looking up fields in nested JSON payloads.
152+
151153
:::note
152154
The content scanner will automatically decode Base64 strings.
153155
:::

0 commit comments

Comments
 (0)