php-reaper icon indicating copy to clipboard operation
php-reaper copied to clipboard

PHP tool to scan ADOdb code for SQL Injections

Results 2 php-reaper issues
Sort by recently updated
recently updated
newest added

``` PHP Notice: Undefined property: PhpParser\Node\Expr\MethodCall::$expr in /home/dengolius/php-reaper/SecurityChecks.php on line 235 PHP Fatal error: Uncaught Error: Call to a member function getType() on null in /home/dengolius/php-reaper/SecurityChecks.php:235 Stack trace: #0 /home/dengolius/php-reaper/SecurityChecks.php(268):...

Hello. You said in your document, use php parser and parse code after analysis. php parser not be able to recognize include, require and etc expression. I want to know,...