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
T18838 - Navigate to URL cross-site scripting attack https://surveyjs.answerdesk.io/internal/ticket/details/T18838
The issue: it is possible to assign a script (e.g., javascript:alert('XXX')) to the survey.navigateToUrl property.
javascript:alert('XXX')
survey.navigateToUrl
Check if it's possible to prevent the script from being executed.
The text was updated successfully, but these errors were encountered:
Created from https://github.com/surveyjs/service/issues/2334
Sorry, something went wrong.
Fixed #8549 - Navigate to URL cross-site scripting attack
c92caea
0416090
tsv2013
Successfully merging a pull request may close this issue.
T18838 - Navigate to URL cross-site scripting attack
https://surveyjs.answerdesk.io/internal/ticket/details/T18838
The issue: it is possible to assign a script (e.g.,
javascript:alert('XXX')
) to thesurvey.navigateToUrl
property.Check if it's possible to prevent the script from being executed.
The text was updated successfully, but these errors were encountered: