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
Since this could be exploited by others, it would be really helpful if you could prioritize and release a fix soon. Addressing this quickly will help to make our application (and others) more secure. Thanks in advance!
Problem
If there are Javascript code snippets in some fields of the specification, it gets executed.
This leads to XSS attacks.
Example
Spec:
When you inject JS code in the
description
property ofinfo
, you will get a message box displayed.Expectation
I would expect to filter out that Javascript or convert it to be shown as plain text.
Please check, if other fields are vulnerable as well.
The text was updated successfully, but these errors were encountered: