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: crowdsec-docs/docs/appsec/rules_syntax.md
+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
@@ -76,7 +76,7 @@ The target allows to specify which part of the requests needs to be inspected. Y
76
76
- `URI`: The URI of the request
77
77
- `URI_FULL`: The full URL of the request including the query string
78
78
- `RAW_BODY`: The entire body of the request
79
-
- `FILENAMES`The name of the files sent in the request
79
+
- `FILENAMES`:The name of the files sent in the request
80
80
- `FILES_TOTAL_SIZE`: Total size of the uploaded files in the request,
81
81
- _(optional)_ `variables` containing one or more variable names to restrict the matching operation to (only relevant for `ARGS`, `BODY_ARGS` and `HEADERS`)
0 commit comments