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 was archived by the owner on Apr 18, 2024. It is now read-only.
* fix: LSDV-3861: Fix XSS in error messages
URLs are used directly in error messages about failed resource
loading. This allows to simply exploit XSS with short "urls" in data:
```json
"data": {
"url": "https://></a><img src=# onerror=alert(1) />"
}
```
Now all occurencies are escaped.
* Fix missed quotes in href parameter
---------
Co-authored-by: hlomzik <[email protected]>
0 commit comments