Hacker News new | ask | show | jobs
by bennofs 3618 days ago
Why is blacklisting not safe, assuming you contextually blacklist?
2 comments

There are a huge number of contextual corner cases, this cheat sheet lists just a few:

https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_She...

I don't understand what that page is trying to tell me. What is the "filter" that <body onload=alert()> evades?