Skip to content

Commit c646ca2

Browse files
authored
[WAF] Add note about content scanning (#25233)
1 parent b74ab51 commit c646ca2

File tree

1 file changed

+7
-6
lines changed
  • src/content/docs/waf/detections/malicious-uploads

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,15 @@ All content objects in an incoming request will be checked, namely for requests
5959

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

62-
:::note
62+
:::note[Notes]
6363

64-
The AV scanner will not scan some particular types of files, namely the following:
64+
- The AV scanner will not scan some particular types of files, namely the following:
65+
- Password-protected archives
66+
- Archives with more than three recursion levels
67+
- Archives with more than 300 files
68+
- PGP-encrypted files
6569

66-
- Password-protected archives
67-
- Archives with more than three recursion levels
68-
- Archives with more than 300 files
69-
- PGP-encrypted files
70+
- In rare cases, the AV scanner may time out and fail to analyze a content object. When this happens, the `cf.waf.content_scan.has_failed` field will be set to true.
7071

7172
:::
7273

0 commit comments

Comments
 (0)