Mediawikiの1.25.1にIPブロックのセキュリティバグがあったようです
Aug 11, 2015AD:
問題の内容はこちらから確認できます。
https://phabricator.wikimedia.org/T106893
バージョンをあげてもいいし、単純に問題のあった箇所を下記のように修正していいかと思います。
1 2 3 |
vi includes/specials/SpecialDeletedContributions.php - if ( $userObj->isBlocked() ) { + if ( $userObj->isBlocked() && $userObj->getBlock()->getType() !== Block::TYPE_AUTO ) { |
AD:
No Comments, Comment or Ping
Reply to “Mediawikiの1.25.1にIPブロックのセキュリティバグがあったようです”
Warning: Undefined variable $user_ID in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/themes/grid_focus_public_mizo/comments.php on line 66
You must be logged in to post a comment.