edvinaskrucas / notification

Notification package for Laravel
MIT License
525 stars 99 forks source link

Escape message for better flexibility #80

Closed aleemb closed 7 years ago

aleemb commented 7 years ago

For the scenario where the message format is <script>alert(':message');</script> the notification will break if there is a single quote inside the :message.

The call to htmspecialchars ensures double_encoding is disabled so it will still work if message is "Hello &quot;World&quot;".