Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add XSS Filters (XSSAuditor) #30

Open
manuelvsousa opened this issue Oct 2, 2020 · 0 comments
Open

Add XSS Filters (XSSAuditor) #30

manuelvsousa opened this issue Oct 2, 2020 · 0 comments
Labels
new article Suggestion for a new article

Comments

@manuelvsousa
Copy link
Member

manuelvsousa commented Oct 2, 2020

XSS Filters and in particular XSSAuditor are one of the most known XS-Leaks out there. Due to so many issues it was removed from Chromium and Edge.

Ideas:

  • The first wiki has good examples
  • We could also present the story behind deprecation. Present the multiple issues that were fixed and the ones that remained WontFixed (XS-Leaks). I think we could also analyse the efficiency of these protections since XSSAuditor always had tons of bypasses (efficiency V.s introduced problems).
  • This was a learned lessons for browsers (also regarding XS-Leaks)
  • Safari still runs an XSS Auditor? Maybe it would be relevant to present what is Safari doing, and what can be done regarding XS-Leaks exploitation.
  • Fixed XSSAuditor XS-Leaks: Ref1, Ref2, Ref3, Ref4, Ref5
@manuelvsousa manuelvsousa added the new article Suggestion for a new article label Oct 2, 2020
@manuelvsousa manuelvsousa changed the title Add XSSAuditor Add XSS Filters (XSSAuditor) Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new article Suggestion for a new article
Projects
None yet
Development

No branches or pull requests

1 participant