-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
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
Test for XSS vulnerabilities #3081
Comments
10 tasks
ordabach
added a commit
that referenced
this issue
Mar 21, 2023
mssalvatore
pushed a commit
that referenced
this issue
Mar 21, 2023
mssalvatore
pushed a commit
that referenced
this issue
Mar 22, 2023
mssalvatore
pushed a commit
that referenced
this issue
Mar 22, 2023
ordabach
added a commit
that referenced
this issue
Mar 22, 2023
ordabach
added a commit
that referenced
this issue
Mar 23, 2023
ordabach
added a commit
that referenced
this issue
Mar 23, 2023
ilija-lazoroski
added a commit
that referenced
this issue
Mar 23, 2023
mssalvatore
added a commit
that referenced
this issue
Mar 23, 2023
mssalvatore
added a commit
that referenced
this issue
Mar 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The two main vectors for XSS attacks are plugins (via the titles/descriptions in the manifest or config schema) and an imported configuration. Verify the Island UI is safe from XSS attacks from these two vectors.
Pay special attention to any uses of
dangerouslySetInnerHTML
.Tasks
The text was updated successfully, but these errors were encountered: