Tag Archives: owasp php html magento magento2
HTML Escaping for Secure Web Pages
Cross Site Scripting (XSS) is a well known challenge for web sites to protect against. The Open Web Application Security Project (OWASP) has great resources such as the XSS Prevention Cheat Sheet that is a worthwhile read for anyone wanting to understand the issues deeper. I came across the issue again in a discussion of whether Magento […]