Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix XSS in extension
This extension did not escape its user-supplied input for the meta property tags
Example: {{#seo:article:publisher=foo"><script>alert('XSS')</script> <b f="}}
This sort of vulnerability could be leveraged to take over other user's accounts
and other evil things.- Loading branch information