Closed alextwoods closed 8 months ago
Hi! This pull request won't resolve the issue. XSS will still be possible with data:
URLs
Good point - I hadn't considered data:
since I thought most modern browsers block them in the top frame, but should likely be handled as well.
I actually currently have an advisory open to resolve this issue, if you'd like I can show you my proposed patch
Description
Don't update the window location in frames.erb when the input contains javascript.
Completed Tasks
bundle exec rake
locally (if code is attached to PR).