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 Jul 29, 2022. It is now read-only.
The website https://jeditable.elabftw.net/ provides some sample input fields.
The example website has problems with JS-injection and is missing escaping.
How to reproduce
If I use the "Basic minimal example" I can enter e.g. the string "test <script>alert("hello")</script> & üö"
After pressing enter button, an alert message appears (JS-injection) and also a PHP-error is shown:
Warning: Undefined array key "slow" in /var/www/html/demos/save.php on line 3 Warning.
Expected result
The script tag and all special characters should be treated correctly.