|
|
|
|
|
by bugmen0t
1369 days ago
|
|
The most prevalent type of security vulnerability in all of software is XSS. (If you count CVEs, which is admittedly a bit problematic). I’m collaborating on an attempt to shift the responsibility for XSS from the developers and towards the browser. The current stage focuses on getting the use case "insert HTML but without any scripts" right. There’s a public specification and prototype implementations in Firefox and Chrome. You can play with it here https://sanitizer-api.dev/ We think that we’ve made the best of many different tradeoffs, but we’re also keen to hear wide feedback. |
|
It's usually pretty easy to not write XSS vulnerabilities, as long as you know they are a thing you need to think about.
Given that people don't bother to avoid writing XSS bugs right now, why do you think they will bother to use your tool to avoid writing XSS bugs in the future?