Answer the question
In order to leave comments, you need to log in
What are the first steps in checking the security of a PHP web application?
Your development team asks you to check your newly written web application for security. The web application is very dynamic and includes modules like booking, reservation, payment, authentication, registration, etc.
The use of static and dynamic code analyzers is not allowed.
Question : What patterns to look for in the code, what to look for, any first steps to assess security.
Thank you.
Answer the question
In order to leave comments, you need to log in
Incorrect templating settings, gluing query pieces as strings, no action rights check at the very beginning of each controller action, no owner check when linking the target object to the selected one, deliberately left bookmarks (suspicious places where the code is unreadable).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question