Embed presentation
Downloaded 25 times


















The document discusses using static code analysis tools like PHP tokenizer and Rips to find bugs in PHP code. It shows how PHP tokenizer can be used to parse code and how Rips builds on it to perform taint analysis. The document demonstrates Rips on sample PHP scripts, WordPress plugins, and a Yii app. It notes that while these tools help find bugs, they are not ideal for large object-oriented projects due to limitations of the PHP tokenizer.
















