You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change simply updates innerHtml to innerText to ensure user supplied
content does not impact the dom.
Signed-off-by: Casey Flynn <caseyflynn@google.com>
Change simply updates innerHtml to innerText to ensure user supplied
content does not impact the dom.
Signed-off-by: Casey Flynn <caseyflynn@google.com>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
Change simply updates innerHtml to innerText to ensure user supplied
content does not impact the dom.
Signed-off-by: Casey Flynn <caseyflynn@google.com>
Change simply updates innerHtml to innerText to ensure user supplied
content does not impact the dom.
Signed-off-by: Casey Flynn <caseyflynn@google.com>
Description
There is an XSS vulnerability in the side-panel-toolbar
Reproduction Steps
1.a Example:
mkdir \<style\ onload=alert\(0\)\>
Outcome: Theia executes the XSS
Side effect: Theia will continue to execute the XSS on refresh until the workspace is changed.
OS and Theia version:
Linux
Theia 0.14.0
Diagnostics:
The text was updated successfully, but these errors were encountered: