forked from OWASP/OpenCRE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSanitize untrusted HTML input.yaml
76 lines (76 loc) · 1.77 KB
/
Sanitize untrusted HTML input.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
doctype: CRE
id: 542-445
links:
- document:
doctype: CRE
id: Standard NIST 800-53
name: Sanitization and sandboxing
tags:
- XSS
- Injection
type: Contains
- document:
doctype: Standard
hyperlink: https://github.com/OWASP/ASVS/blob/v4.0.2/4.0/en/0x13-V5-Validation-Sanitization-Encoding.md
name: ASVS
section: V5.2.1
subsection: ''
version: ''
type: Linked To
- document:
doctype: Standard
hyperlink: ''
name: OPC
section: C5
subsection: ''
version: ''
type: Linked To
- document:
doctype: Standard
hyperlink: ''
name: WSTG
section: WSTG-CLNT-03
subsection: ''
version: ''
type: Linked To
- document:
doctype: Standard
hyperlink: ''
name: CWE
section: '116'
subsection: ''
version: ''
type: Linked To
- document:
doctype: Standard
hyperlink: ''
name: Cheat_sheets
section: https://cheatsheetseries.owasp.org/cheatsheets/DOM_based_XSS_Prevention_Cheat_Sheet.html
subsection: ''
version: ''
type: Linked To
- document:
doctype: Standard
hyperlink: ''
name: Cheat_sheets
section: https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html
subsection: ''
version: ''
type: Linked To
- document:
doctype: Standard
hyperlink: ''
name: Cheat_sheets
section: https://cheatsheetseries.owasp.org/cheatsheets/Cross_Site_Scripting_Prevention_Cheat_Sheet.html
subsection: ''
version: ''
type: Linked To
- document:
doctype: Standard
hyperlink: ''
name: Cheat_sheets
section: https://cheatsheetseries.owasp.org/cheatsheets/Server_Side_Request_Forgery_Prevention_Cheat_Sheet.html
subsection: ''
version: ''
type: Linked To
name: Sanitize untrusted HTML input