12 lines
404 B
Org Mode
12 lines
404 B
Org Mode
|
:PROPERTIES:
|
||
|
:ID: 38457ac3-ba81-4727-9a65-5de22059c175
|
||
|
:END:
|
||
|
#+title: Validation and Sanitization Guidelines
|
||
|
|
||
|
- [[id:2ba04972-f498-41c2-970e-a64c7f3f1c3b][Data sanitization]]
|
||
|
- [[id:9914d09e-99fe-46a6-95be-676c5b78ed90][Input validation]]
|
||
|
|
||
|
- All content being displayed to a web browser MUST be appropriately sanitized
|
||
|
(unsafe characters should be escaped using their respective html entities)
|
||
|
-
|