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
Cortex UI 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:
#12 Make sure to escape HTML entities and sanitize the message to be …
e928c06
…displayed in notification
nadouani
No branches or pull requests
Request Type
Bug
Work Environment
Any
Problem Description
Cortex UI 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: