Skip to content

Commit 57d01c7

Browse files
committed
Add links (more resources)
1 parent d8b93e7 commit 57d01c7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/content/docs/waf/detections/leaked-credentials/examples.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ Create a [custom rule](/waf/custom-rules/) that challenges requests containing a
5757
```
5858

5959
- **Action**: _Managed Challenge_
60+
61+
---
62+
63+
## More resources
64+
65+
- [Terraform example: Add a custom rule challenging requests with leaked credentials](/terraform/additional-configurations/waf-custom-rules/#add-a-custom-rule-challenging-requests-with-leaked-credentials)

src/content/docs/waf/detections/malicious-uploads/example-rules.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ This custom rule example blocks requests with uploaded content objects over 15 M
4444
- Action: _Block_
4545

4646
In this example, you must also test for equality because currently any file over 15 MB will be handled internally as if it had a size of 15 MB. This means that using the `>` (greater than) [comparison operator](/ruleset-engine/rules-language/operators/#comparison-operators) would not work for this particular rule — you should use `>=` (greater than or equal) instead.
47+
48+
---
49+
50+
## More resources
51+
52+
- [Terraform example: Add a custom rule blocking malicious uploads](/terraform/additional-configurations/waf-custom-rules/#add-a-custom-rule-blocking-malicious-uploads)

0 commit comments

Comments
 (0)