ASVS Requirement 3.2.3
- Level: 3
- Chapter: V3 Web Frontend Security
- Section: V3.2 Unintended Content Interpretation
- Source: 0x12-V3-Web-Frontend-Security.md
Description
Verify that the application avoids DOM clobbering when using client-side JavaScript by employing explicit variable declarations, performing strict type checking, avoiding storing global variables on the document object, and implementing namespace isolation.