• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョンa2083e106d235744732ed355fd161e632b13405a (tree)
日時2011-12-17 10:43:47
作者miko2u <miko@cafe...>
コミッターmiko2u

ログメッセージ

XSS脆弱性の修正(JVN#76515037)

変更サマリ

差分

--- a/plugin/comment.inc.php
+++ b/plugin/comment.inc.php
@@ -183,7 +183,7 @@ function plugin_comment_convert()
183183 $_btn_name . '</label>' .
184184 '<input type="text" name="name" id="_p_comment_name_' .
185185 $comment_all_no . '" size="' . PLUGIN_COMMENT_SIZE_NAME .
186- '" value="'.$user.'"'.$disabled.' />' . "\n";
186+ '" value="'.htmlspecialchars($user).'"'.$disabled.' />' . "\n";
187187 }
188188
189189 $helptags = edit_form_assistant();