Skip to content

Commit

Permalink
Updated dependencies. Fixed:
Browse files Browse the repository at this point in the history
- guzzlehttp/guzzle (6.5.5) | CVE-2022-29248: Cross-domain cookie leakage | GHSA-cwmx-hcrq-mhc3.

- guzzlehttp/psr7 (1.8.3) | CVE-2022-24775: Inproper parsing of HTTP headers | GHSA-q7rv-6hp3-vh96.
  • Loading branch information
Dmitry Khomutov committed Jun 8, 2022
1 parent 90709a9 commit 97eba0b
Show file tree
Hide file tree
Showing 3 changed files with 542 additions and 484 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
[![Latest Version](https://img.shields.io/packagist/v/php-censor/php-censor.svg?label=Version&style=flat-square)](https://packagist.org/packages/php-censor/php-censor)
[![Total downloads](https://img.shields.io/packagist/dt/php-censor/php-censor.svg?label=Downloads&style=flat-square)](https://packagist.org/packages/php-censor/php-censor)
[![License](https://img.shields.io/packagist/l/php-censor/php-censor.svg?label=License&style=flat-square)](https://packagist.org/packages/php-censor/php-censor)



<p align="center">
<img width="500" height="auto" src="docs/images/php-censor-black.png" alt="PHP Censor" />
</p>
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,10 @@
"platform": {
"php": "7.4.*"
}
},
"config": {
"allow-plugins": {
"infection/extension-installer": true
}
}
}
Loading

0 comments on commit 97eba0b

Please sign in to comment.