php/mysql app security issues? -



php/mysql app security issues? -

possible duplicate: where can find web-project “security checklist?”

i wondering when creating php/mysql app, whats main security issues developer got consider, know major broad topic, wanted overview of look, , while im wrting , devloping app, need aware of thans!! :))

very broad topic indeed. name basics, ideally should aware of:

don't trust user input. mean sanitize user input prevent sql injection

escape info beingness outputted on page appropriately prevent xss vulnerabilities , cookie data.

do not include files based on user input

log errors appropriately. ideally, in error log.

store passwords via 1 way hash incorporate secure salt.

and read through seven habits writing secure php applications.

php mysql security

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -