Cross-Site Scripting
PHP Security
2025-03-17
28
XSS Defense.
•
Filter all foreign data.
•
Use existing functions.
•
Use a whitelist approach.
•
Use a strict naming convention.