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
Table editor allows to execute javascript code. When I paste the following code
</textarea><svg/onload="alert('Qasuar')">
into table editor and press enter I'm getting alert. (see https://tradeshift.atlassian.net/browse/HACK-273)
enter
v8.0.2
No javascript should be executed
Javascript is allowed to be executed
This was reproduced on Firefox 53.0.2 (64-bit) and not reproduces in Chrome.
The text was updated successfully, but these errors were encountered:
🍺 Good find! Thanks for reporting.
Sorry, something went wrong.
Fixes #273 - catastrophic script injection
a7b7369
f3537c9
0924fa0
40b362e
No branches or pull requests
Bug report
Table editor allows to execute javascript code. When I paste the following code
into table editor and press
enter
I'm getting alert.(see https://tradeshift.atlassian.net/browse/HACK-273)
Tradeshift UI version affected
v8.0.2
Expected Behavior
No javascript should be executed
Actual Behavior
Javascript is allowed to be executed
Steps to reproduce
This was reproduced on Firefox 53.0.2 (64-bit)
and not reproduces in Chrome.
Screenshots (optional)
The text was updated successfully, but these errors were encountered: