Eliminating a Class of Defects
Imagine the following line of PHP code: $db->GetRow("SELECT * FROM users WHERE id = $user_id"); This line is vulnerable to SQL injection, »
Imagine the following line of PHP code: $db->GetRow("SELECT * FROM users WHERE id = $user_id"); This line is vulnerable to SQL injection, »
PHP-Unlocker is a static analysis tool that detects potential, unintended DB table locks for PHP applications using ADOdb. It searches your code for improper usage of »
A little bit of history SQL injection in one of the top vulnerabilities in web applications for some years now. Once found, it’s not difficult »
Static Code Analysis (SCA) is the first of the three pillars of automated testing. This is the practice of running tools that compile (depending on the »
In order to have fast and quality release you need to implement and balance between the three automation pillars, not leaning heavily towards one or the »