Skip to content
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

1.8.23 #31

Merged
merged 7 commits into from Feb 18, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
XSS on edit
  • Loading branch information
Sama34 committed Jan 30, 2021
commit ceef7c06359e5dcbaffe90a40884265c5754068c
2 changes: 2 additions & 0 deletions Upload/feedback.php
Expand Up @@ -370,6 +370,8 @@
{
$mybb->input['comment'] = $feedback['comment'];

$mybb->input['comment'] = htmlspecialchars_uni($mybb->input['comment']);

eval('$comment_row = "'.$templates->get('ougcfeedback_form_comment', 1, 0).'";');
}

Expand Down