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
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Describe the bug
Create a file with name that's potentially XSS, eg <script>alert(1)<Xscript> - can open and save it fine, but in some places it's used (eg last 10 files, tab name, multiple results etc) it has problems displaying.
To Reproduce
Steps to reproduce the behavior:
Create a file called <script>alert(1)<Xscript> with any content and save
Reload ICEcoder to see error
It will also error in other places.
Expected behavior
Handle it just as per any other file.
Additional context
It may not be executable JS, but the first part is still parsed, so needs resolving.
The text was updated successfully, but these errors were encountered:
Describe the bug
Create a file with name that's potentially XSS, eg
<script>alert(1)<Xscript>
- can open and save it fine, but in some places it's used (eg last 10 files, tab name, multiple results etc) it has problems displaying.To Reproduce
Steps to reproduce the behavior:
<script>alert(1)<Xscript>
with any content and saveExpected behavior
Handle it just as per any other file.
Additional context
It may not be executable JS, but the first part is still parsed, so needs resolving.
The text was updated successfully, but these errors were encountered: