Menu

Close
  • Home
Subscribe
Menu

static code analysis

A 5-post collection

Page 1 of 1

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, »

Emanuil Slavov on automated testing, static code analysis, defect 04 October 2016

PHP Unlocker

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 »

Emanuil Slavov on static code analysis, PHP 16 September 2016

Remove SQL injections from PHP. Forever.

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 »

Emanuil Slavov on ADOdb, static code analysis, sql injection, PHP 16 April 2015

Static Code Analysis for PHP

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 »

Emanuil Slavov on PHP, static code analysis, automated testing 09 March 2015

The Three Pillars of Automated Testing

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 »

Emanuil Slavov on automati, Continuous Delivery, DevOps, CI, static code analysis, unit tests 18 February 2015
Page 1 of 1
Optimizing For Happiness © 2022
Proudly published with Ghost