Open GoogleCodeExporter opened 9 years ago
The line:
("#" + something + "[foo=" + something +"]").
Should have been:
$("#" + something + "[foo=" + something +"]").
Original comment by db.pub.m...@gmail.com
on 16 Sep 2011 at 4:39
Thanks for reporting this.
About the "'<>.etc.. escaping in DOMinator you're right.
I'll add the unescaped location feature in the next release.
About the possibility of adding html5 tags, of course depends on the browser
implementing it.
As you know, the detection of a DOM Xss (row in alert tab) is different from
executing the Xss in the browser itself.
Thanks
Original comment by stefano....@gtempaccount.com
on 19 Sep 2011 at 5:47
Original issue reported on code.google.com by
db.pub.m...@gmail.com
on 16 Sep 2011 at 4:36