• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

devbug - basic PHP Static Code Analysis

Status
Not open for further replies.

sQuo

~ KillmeMories ~
Shadow
User
Joined
Oct 16, 2011
Messages
5,851
Reputation
0
Reaction score
22,904
Points
688
Credits
0
‎13 Years of Service‎
24%
17b54398.png


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.




 
Status
Not open for further replies.
Back
Top