We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug
Any
TheHive uses an open source angular library to display notification toasts: https://github.com/alexcrack/angular-ui-notification
This library introduce a XSS vulnerability, since it trusts the messages to be displayed, as HTML. An issue is still open to fix this vulnerability
In the meantime, we will make sure to sanitize the content we display in notification toasts
The text was updated successfully, but these errors were encountered:
#159 Sanitize the content to be displayed by AlertSrv
a7d1fee
#159 Upgrade ui-notification library
f51208e
#159 Rewrite the sanitization utility service and use it to secure th…
3a585cf
…e notification messages
nadouani
No branches or pull requests
Request Type
Bug
Work Environment
Any
Problem Description
TheHive uses an open source angular library to display notification toasts: https://github.com/alexcrack/angular-ui-notification
This library introduce a XSS vulnerability, since it trusts the messages to be displayed, as HTML.
An issue is still open to fix this vulnerability
In the meantime, we will make sure to sanitize the content we display in notification toasts
The text was updated successfully, but these errors were encountered: