Skip to content

Commit

Permalink
Moved comment of Symfony/RCE13 into the information for the GC
Browse files Browse the repository at this point in the history
  • Loading branch information
cfreal committed Feb 27, 2024
1 parent 49b1cbc commit 713bed5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gadgetchains/Symfony/RCE/12/chain.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

class RCE12 extends \PHPGGC\GadgetChain\RCE\FunctionCall
{
// This chain is still valid for latest version of Symfony 1.15 if it's installed with git clone
// which triggers submodules (not via composer)
public static $version = '1.3.0 < 1.5.13~17';
public static $version = '1.3.0 <= 1.5.13~17';
public static $vector = '__destruct';
public static $author = 'darkpills';
public static $information = "This chain is still valid for latest version of Symfony 1.15 if it's installed with git clone, which triggers submodules (not via composer)";

public function generate(array $parameters)
{
Expand Down

0 comments on commit 713bed5

Please sign in to comment.