You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/waf/detections/malicious-uploads/get-started.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ The custom scan expression will scan any string found in an HTTP body with the f
148
148
{ "file": "<BASE64_ENCODED_STRING>" }
149
149
```
150
150
151
-
Refer to our [rulesets functions](/ruleset-engine/rules-language/functions/#lookup_json_string)documentation for details and further examples when looking up fields in nested JSON payloads.
151
+
Refer to the [`lookup_json_string()` function reference](/ruleset-engine/rules-language/functions/#lookup_json_string) for more information and for additional examples of looking up fields in nested JSON payloads.
152
152
153
153
:::note
154
154
The content scanner will automatically decode Base64 strings.
0 commit comments