Skip to content

Commit 21b2381

Browse files
committed
Remove incorrect \
1 parent 471a57f commit 21b2381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/YAML/default/Implementation/ApplicationHardening.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ Implementation:
5454
uuid: e1f37abb-d848-4a3a-b3df-65e91a89dcb7
5555
description: |
5656
**Input validation** stops malicious data from entering your system. \
57-
**Output encoding** neutralizes malicious data before rendering to user, or the next system. \
57+
**Output encoding** neutralizes malicious data before rendering to user, or the next system.
5858
5959
Input validation and output encoding work together. Apply both.
6060
61-
**Context-aware output encoding** encodes data differently, depending on its context. In the following example, the `{{bad_data}}` must be encoded differently, depending on its context, to render safe HTML.
61+
**Context-aware output encoding** encodes data differently, depending on its context. In the sample below the `{{bad_data}}` must be encoded differently, depending on its context, to render safe HTML.
6262
6363
```html
6464
<div>{{bad_data}}</div>

0 commit comments

Comments
 (0)