-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web: fix various XSS vulnerabilities #5968
Conversation
Most of these involve putting user text in error messages. Use htmlspecialchars() for this. filenames: require POSIX portable names
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (7)
- html/inc/util_basic.inc: Language not supported
- html/user/get_output.php: Language not supported
- html/user/get_output3.php: Language not supported
- html/user/job_file.php: Language not supported
- html/user/openid_login.php: Language not supported
- html/user/prefs_edit.php: Language not supported
- html/user/submit_rpc_handler.php: Language not supported
There is one small issue which I have put in the comments. |
Where in the comments? |
Just above. |
the comments of this PR? I'm not seeing it. |
"Bug 209 is still there. It would require .htmlspecialchars($req) on line 302" in job_file.php |
github didn't show a comment there for some reason. Anyway, fixed now |
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (7)
- html/inc/util_basic.inc: Language not supported
- html/user/get_output.php: Language not supported
- html/user/get_output3.php: Language not supported
- html/user/job_file.php: Language not supported
- html/user/openid_login.php: Language not supported
- html/user/prefs_edit.php: Language not supported
- html/user/submit_rpc_handler.php: Language not supported
Merging this to master since this already merged to the release branch. |
Most of these involve putting user text in error messages. Use htmlspecialchars() for this.
filenames: require POSIX portable names