- Jan 21, 2005
- 17,722
- 6
- 81
Our security group uncovered a situation with a web application that I manage. Long story short, they performed penetration testing on our application and were able to see the contents of our table(s).
I fixed the application on the front end by only allowing certain data types within the query itself through the use of <cfqueryparam>.
However, what else should be done server side to prevent it aside from dealing with user/application IDs?
I fixed the application on the front end by only allowing certain data types within the query itself through the use of <cfqueryparam>.
However, what else should be done server side to prevent it aside from dealing with user/application IDs?