Skip to content

Commit e82d298

Browse files
pedrosousasdnts
authored andcommitted
[WAF] Add content scanning limitations (cloudflare#22663)
1 parent 1c22662 commit e82d298

File tree

1 file changed

+9
-2
lines changed
  • src/content/docs/waf/detections/malicious-uploads

1 file changed

+9
-2
lines changed

src/content/docs/waf/detections/malicious-uploads/index.mdx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,15 @@ All content objects in an incoming request will be checked, namely for requests
5757

5858
The content scanner will fully check content objects with a size up to 15 MB. For larger content objects, the scanner will analyze the first 15 MB and provide scan results based on that portion of the object.
5959

60-
:::caution
61-
The AV scanner will not scan some particular types of files, namely encrypted or password-protected files. Refer to [Non-scannable files](/cloudflare-one/policies/gateway/http-policies/antivirus-scanning/#non-scannable-files) for a list of AV scanning limitations. For WAF content scanning, the size limit of 15 MB applies to all plans.
60+
:::note
61+
62+
The AV scanner will not scan some particular types of files, namely the following:
63+
64+
- Password-protected archives
65+
- Archives with more than three recursion levels
66+
- Archives with more than 300 files
67+
- PGP-encrypted files
68+
6269
:::
6370

6471
## Custom scan expressions

0 commit comments

Comments
 (0)