Progpilot Versions Save

A static analysis tool for security

v1.0.2

1 year ago
  • Fix new bug reported in #44
  • update dependencies

v1.0.1

1 year ago

fix #44

v1.0.0

1 year ago

Using dataflow for better precision and performance. Compatibility with PHP 8.

  • fix #38, #34, #33, #31, #30, #29, #25, #24, #22, #20, #13

v0.8.0

4 years ago
  • issue #17 fixed updating ircmaxell/php-cfg to 1.0.x-dev
  • update travis ci tests to php 7.4
  • fix name in composer.json examples to comply with composer 2.0

v0.7.0

4 years ago
  • issue #16 fixed + additional minor changes

v0.6.0

4 years ago
  • issue #15 fixed

v0.5.0

5 years ago
  • issues #9, #10, #11, #12 fixed
  • support of call_user_func and call_user_func_array functions
  • new kind of vulnerabilities detected:
    • CWE-295: Improper Certificate Validation
    • CWE-346: Origin Validation Error
  • format of configuration file simplified

v0.4.0

5 years ago
  • issues #2, #3, #4, #5, #6, #7, #8 fixed
  • coding style : we are now following the PSR-2 standard
  • the two first frameworks supported by progpilot :
    • codeIgniter
    • suiteCRM (thanks to @eapunk)
  • progpilot has been added as a task of Grumphp

v0.3.0

5 years ago
  • better performances
  • analysis of included files corrected
  • beginning of custom rules
  • fixed issue #1

v0.2.0

6 years ago

This release introduces the support of these functionalities of PHP

  • Global variables
  • Circular includes
  • Static methods

Fixed a lot of minor bugs