Security of strip_tags() and mysqli_real_escape_string()

后端 未结 3 1255
感动是毒
感动是毒 2021-01-06 18:00

I\'m in a school project on information security, and one of the assignments is to write some secure pages in PHP. None of the people on my group know PHP, that is not a big

3条回答
  •  青春惊慌失措
    2021-01-06 18:27

    Vulnerabilities are version specific, you should specify the PHP version you're supposed to use. If you're using an older version, old (fixed) vulnerabilities can be found easily in bugs.php.net or Secunia Advisory and Vulnerability Database

提交回复
热议问题