JayJayJay1
Results
2
issues of
JayJayJay1
### Trilium Version 0.63.1.1-beta ### What operating system are you using? Ubuntu ### What is your setup? Server access only ### Operating System Version Ubuntu 22.04.1 ### Description When uploading...
Type: Bug
Hello, your code is prone to reflected XSS attacks, since some user input is not escaped. For example: https://github.com/area17/subfolio/blob/fcd7e59b670e5f3896d5fac5ff1f487b23feb57a/config/themes/default/pages/login.php#L13 You can escape user input before reflecting it on your website....