Skip to content

Commit

Permalink
[Security] Updating Guzzle to address CVE-2016-5385
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jul 19, 2016
1 parent 13d250f commit ebc74a6
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 176 deletions.
10 changes: 10 additions & 0 deletions c3.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ function __c3_error($message)
}
}

// phpunit codecoverage shimming
if (class_exists('SebastianBergmann\CodeCoverage\CodeCoverage')) {
class_alias('SebastianBergmann\CodeCoverage\CodeCoverage', 'PHP_CodeCoverage');
class_alias('SebastianBergmann\CodeCoverage\Report\Text', 'PHP_CodeCoverage_Report_Text');
class_alias('SebastianBergmann\CodeCoverage\Report\PHP', 'PHP_CodeCoverage_Report_PHP');
class_alias('SebastianBergmann\CodeCoverage\Report\Clover', 'PHP_CodeCoverage_Report_Clover');
class_alias('SebastianBergmann\CodeCoverage\Report\Html\Facade', 'PHP_CodeCoverage_Report_HTML');
class_alias('SebastianBergmann\CodeCoverage\Exception', 'PHP_CodeCoverage_Exception');
}

// Autoload Codeception classes
if (!class_exists('\\Codeception\\Codecept')) {
if (file_exists(__DIR__ . '/codecept.phar')) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"maknz/slack": "dev-master",
"erusev/parsedown": "dev-master",
"fideloper/proxy": "^3.1",
"guzzlehttp/guzzle": "5.3.0",
"guzzlehttp/guzzle": "6.2.1",
"aws/aws-sdk-php-laravel": "~3.0",
"tecnickcom/tc-lib-barcode": "dev-master",
"laravelcollective/html" : "~5.0",
Expand Down
209 changes: 34 additions & 175 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebc74a6

Please sign in to comment.