0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Htmlspecialcharsでいたずら(XSS)を防いでみた

Posted at

#前回のあらすじ
・if文を使ってアンケート内容に不備があったら、注意文を表示させたり進むボタンが出ないようにさせたりしたぞ
#今日やったこと
・$変数=htmlspecialchars(変数);
と入力したら、アンケート内にHTMLタグとか仕込んでみても(これをクロスサイトスクリプティングと言うらしい)文字列として処理されるようになった!
(今回の教科書『いきなりはじめるPHP ワクワク・ドキドキの入門教室』)
#感想
とにかく、入力情報の無毒化はセキュリティ対策で必要な処理なんだなーと思った

#次回の目標
データベースにアンケート情報を保管できるようにしよう!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?