Nytro Posted January 5, 2015 Report Posted January 5, 2015 Created by ethical hacker Ryan Dewhurst (@ethicalhack3r) for his undergraduate thesis, DevBug is a very simple online PHP static code analysis tool. Written in JavaScript, it was designed to make SCA easy and pulls inspiration (as well as Taint Analysis data) from RIPS.The Good: Easy to use with instant results Nice use of OWASP wiki page links for more info on any found vulnerabilityThe Not-As-Good: Simplistic and is only meant for light analysisSursa: http://www.devbug.co.uk/ Quote