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
If users serialize arbitrary JSON to use in props-json, that might pose a security risk. serialize-javascript is basically an enhanced JSON.stringify that automatically escapes potentially unsafe values to prevent XSS. We could add it as a suggestion to the docs.
rybon
added a commit
to rybon/remount
that referenced
this issue
Apr 23, 2019
Perhaps point users towards https://github.com/yahoo/serialize-javascript just to be careful?
The text was updated successfully, but these errors were encountered: