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
The state is being directly interpolated into the script tag content. While the json+devalue type suggests special handling, explicitly encoding would prevent XSS.
Consider encoding the JSON state for safety.
The state is being directly interpolated into the script tag content. While the
json+devalue
type suggests special handling, explicitly encoding would prevent XSS.Consider this enhancement:
Originally posted by @coderabbitai[bot] in #179 (comment)
The text was updated successfully, but these errors were encountered: