lindonb
Results
1
issues of
lindonb
OWASP [recommends](https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet#RULE_.231_-_HTML_Escape_Before_Inserting_Untrusted_Data_into_HTML_Element_Content) escaping the forward slash character in addition to the other characters normally escaped with PHP's `htmlspecialchars()` method. Any thought to adding that to the `escapeHTML()` method?