wraithan / github-repo-widget

A Firefox Add-on to that shows all of the user's repos and useful quick links.
MIT License
3 stars 2 forks source link

Rejected for html injection #26

Closed wraithan closed 12 years ago

wraithan commented 12 years ago

1) Your add-on creates DOM nodes from HTML strings containing unsanitized data, by assigning to innerHTML or through similar means. Aside from being inefficient, this is a major security risk. For more information, see https://developer.mozilla.org/en/XUL_School/DOM_Building_and_HTML_Insertion