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
Several handlers accept arbitrary user input (e.g., filenames in importHandler, query parameters in queryHandler) and embed them directly into HTML without thorough sanitisation. This opens XSS vectors.