Validate .NET Core input against Cross Site Scripting (XSS) (Part 2)
Let's examine an Azure Function that takes a string input request and subsequently serves that same data to the web for rendering. Assume the text below is the input:
"<img src=x onerror=\"confirm('System Compromised')\">"
Without any sanitization b...
quangphan.hashnode.dev8 min read