progpilot
progpilot copied to clipboard
A static analysis tool for security
Using `yield from` in PHP code causes an error: `Unknown Expr Type Expr_YieldFrom`. PHP version: 7.4.3 progpilot version: 0.7.0 Configuration: default Code I'm trying to analyze: ```php function test() {...
Hello, Having some PHP 8 project, this great tool is no more compatible (need "php": ">=7.2.5", and as well front my test "php": "< 8.0.0", **maybe progpilot composer.json file should...
After i try to install with composer i get error this is full error from terminal. Your requirements could not be resolved to an installable set of packages. Problem 1...
Hi, When I try to analyze some code I get `Unknown type node: UnionType` as a result. I can´t really figure out what this means. There must be something wrong...
I'm getting the following error using progpilot 0.8.0 with php 7.4.20: PHP Fatal error: Uncaught Error: Call to a member function toString() on null in phar:///home/centos/progpilot/progpilot/vendor/ircmaxell/php-cfg/lib/PHPCfg/AstVisitor/MagicStringResolver.php:32 Stack trace: #0 phar:///home/centos/progpilot/progpilot/vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php(123):...
If you add a file to the "exclude_files" section of a configuration file but then pass that file to be processed the file is still processed instead of being excluded....
Thank you for the great work. Is there a corresponding paper on the implemented basics, i.e. analysis lattice, transfer functions, soundness, that can be cited?
1. when I clone the code from the repo and run ./build.sh i get this error: [Symfony\Component\Console\Exception\CommandNotFoundException] Command "build" is not defined. because this block of code doesn't work in...
Hi guys, Hope you are all well ! And happy new year to all your team and family :-) I wanted to test progpilot on **prestashop** and could not find...
Can we get a more recent release, to include changes that were done back in March (#18) ?