9

在提高安全性方面,我们需要重点关注哪些核心php.ini文件设置?

4

1 回答 1

15

You can begin with:

http://www.cyberciti.biz/tips/php-security-best-practices-tutorial.html

it has a lot of practices to start dealing with security. This link provides several issues to start with such as:

  1. XSS
  2. SQL injection
  3. File uploads
  4. Including local and remote files
  5. eval()
  6. Cross-site request forgery - CSRF
于 2013-07-30T10:48:26.633 回答