forked from marcorinck/angular-growl
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
In case a user of grow does something like growl.error(errorMessageWithUserInput) then the client gets vulnerable for injection and XSS. This way an evil hacker can read cookies and send it to evil sites.
IMHO growl should already prevent such vulnerability e.g. by using $sanitize (https://docs.angularjs.org/api/ngSanitize/service/$sanitize). Filtering/escaping all markup would also be fine for me but maybe some growl users like to do injection of markup such as ul, string, em, etc. in growl messages.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels