Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHP-Code.net:
Securing PHP Applications Part II – Securing PHP code
Sep 29, 2010 @ 16:26:55

On PHP-Code.net they've posted the second part of a series looking at securing your PHP applications from potential problems that security flaws could cause for your site. (You can find part one here).

There are a lot of books treating this issue. So, why another post about this subject. Well, here a try to cover this problem in a short way so that you don't have to read hundreds of pages or to search all over the Internet for this. These being said, you must know that securing a PHP application is not an easy process, as you may think and involves a lot of other things, not just your code.

After introducing some of the topics in the first post, they move on to other concerns in part two like:

  • SQL injections
  • Code injections/includes
  • Improper error handling
  • Authentication and Authorization
  • Shared hosting issues
tagged: security application issue

Link:


Trending Topics: