Skip to content

Commit f3f2be1

Browse files
committed
Small fixes
1 parent d23af71 commit f3f2be1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/content/docs/security/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
LinkTitleCard,
1717
RelatedProduct,
1818
Stream,
19-
Render
19+
Render,
2020
} from "~/components";
2121

2222
<Render file="survey" product="waf" />
@@ -42,9 +42,9 @@ The opt-out option will be available for a limited time.
4242
</Card>
4343

4444
<Stream
45-
id="81d50c9845612128e65bf6d04bcf9e3a"
46-
title="Application Security dashboard walkthrough"
47-
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Application%20security%20demo.png"
45+
id="81d50c9845612128e65bf6d04bcf9e3a"
46+
title="Application Security dashboard walkthrough"
47+
thumbnail="https://pub-d9bf66e086fb4b639107aa52105b49dd.r2.dev/Application%20security%20demo.png"
4848
/>
4949

5050
## Features

src/content/docs/waf/detections/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
Tabs,
1515
TabItem,
1616
Steps,
17-
Render
17+
Render,
1818
} from "~/components";
1919

2020
<Render file="survey" product="waf" />

src/content/docs/waf/managed-rules/waf-exceptions/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sidebar:
66
head:
77
- tag: title
88
content: Create WAF exceptions
9-
109
---
10+
1111
import { Render } from "~/components";
1212

1313
<Render file="survey" product="waf" />
@@ -18,9 +18,9 @@ Create an exception to skip the execution of WAF managed rulesets or some of the
1818

1919
An exception can have one of the following behaviors (from highest to lowest priority):
2020

21-
* Skip all remaining rules (belonging to WAF managed rulesets)
22-
* Skip one or more WAF managed rulesets
23-
* Skip one or more rules of WAF managed rulesets
21+
- Skip all remaining rules (belonging to WAF managed rulesets)
22+
- Skip one or more WAF managed rulesets
23+
- Skip one or more rules of WAF managed rulesets
2424

2525
For more information on exceptions, refer to [Create an exception](/ruleset-engine/managed-rulesets/create-exception/) in the Ruleset Engine documentation.
2626

0 commit comments

Comments
 (0)