ã¾ãIEã§ããããjsonã®ã¬ã¹ãã³ã¹ã§ã¿ã°ãã¨ã¹ã±ã¼ããã¦ãªãã¨IEã§XSSã§ãã¦ãã¾ãã¨ãã話ã {test: "<html><script>alert(document.cookie)</script></html>"}ãããªæãã®ã¬ã¹ãã³ã¹ãè¿ããã¼ã¸ãIEã§èªã¾ããã test.py #!/usr/bin/env python from wsgiref.simple_server import make_server def app(environ, start_response): start_response("200 OK", [('Content-Type','text/plain')]) return ["{test: \"<html><script>alert(document.cookie)</script></html>\"}"] if __name__ == '
{{#tags}}- {{label}}
{{/tags}}