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
First of, thanks for this library. I'm going nuts about the lack of table functionality in many of the free wysiwyg editors. This editor has good support for tables 🥇
I have however found an XSS vulnerability in this editor. It appears the editor does filter out script tags, unfortunately that is not sufficient for all XSS attacks.
First of, thanks for this library. I'm going nuts about the lack of table functionality in many of the free wysiwyg editors. This editor has good support for tables 🥇
I have however found an XSS vulnerability in this editor. It appears the editor does filter out script tags, unfortunately that is not sufficient for all XSS attacks.
Reproduction
<img src="#" onerror="alert('hi')"/>
The text was updated successfully, but these errors were encountered: