The minimum version of PHP needed to run Progpilot is 7.4
Where can I find the updated security files configuration (sinks, sources, validators, sanitizers and rules) of Progpilot?
You can find the updated security files configuration of Progpilot in package/src/uptodate_data folder.
Example of control flow graph and call graph of source code transformed to dot format could be found here.
Static analyzers use a lot of memory but you could try to handle this with these functions:
- $obj_context->setMaxDefinitions($nb);
- $obj_context->setMaxFileSize($size_bytes);
And by increasing the maximum memory amount for a script (memory_limit) in the configuration of PHP (php.ini).
At this moment, these frameworks are supported:
- suiteCRM
- codeIgniter