13 Years of Service
24%

DevBug is a basic PHP Static Code Analysis (SCA) tool written mostly in JavaScript. The idea behind DevBug is to make basic PHP Static Code Analysis accessible online, to raise security awareness and to integrate SCA into the development process. DevBug could be used to quickly test a page of PHP that you think may have some potential vulnerabilities, to run across a piece of code you have found on Google that you are unsure of or to directly write your own code in.
Static Code Analysis should be part of your development process through a Security Development Lifecycle (SDL). The Taint Analysis data, such as sources, securing functions and sinks were provided by Johannes Dahse of the awesome RIPS PHP Static Code Analysis tool. The source code editor was created by using the awesome CodeMirror project.
DevBug would not have been possible without:
RIPS
CodeMirror
jQuery
PHP
This link is hidden for visitors. Please Log in or register now.