ASVS Requirement 3.2.2
- Level: 1
- Chapter: V3 Web Frontend Security
- Section: V3.2 Unintended Content Interpretation
- Source: 0x12-V3-Web-Frontend-Security.md
Description
Verify that content intended to be displayed as text, rather than rendered as HTML, is handled using safe rendering functions (such as createTextNode or textContent) to prevent unintended execution of content such as HTML or JavaScript.