Skip to content

Commit

Permalink
Fixing version numbering on Symfony/RCE/12
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpills committed Mar 2, 2024
1 parent fdc67d8 commit 8b0fee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gadgetchains/Symfony/RCE/12/chain.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

class RCE12 extends \PHPGGC\GadgetChain\RCE\FunctionCall
{
public static $version = '1.3.0 <= 1.5.13~17';
public static $version = '1.3.0 <= 1.5.13~16';
public static $vector = '__destruct';
public static $author = 'darkpills';
public static $information = 'Works until 1.5.13, and until 1.5.17 if installed via git method (not composer)';
public static $information = 'Works until 1.5.13, and until 1.5.16 if installed via git method (not composer)';

public function generate(array $parameters)
{
Expand Down

0 comments on commit 8b0fee1

Please sign in to comment.