We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f16d7 commit b51f465Copy full SHA for b51f465
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## Unreleased
4
+
5
+* Raised minimum version of Guzzle to address [CVE-2022-31090](https://github.com/advisories/GHSA-25mq-v84q-4j7r)
6
+ and [CVE-2022-31091](https://github.com/advisories/GHSA-q559-8m2m-g699)
7
8
## 1.3.1 - 2022-06-13
9
10
* Raised minimum version of Guzzle to address [CVE-2022-31042](https://github.com/advisories/GHSA-f2wf-25xc-69c9)
composer.json
@@ -12,7 +12,7 @@
12
],
13
"require": {
14
"php": "^7.4|^8.0",
15
- "guzzlehttp/guzzle": "^6.5.6|^7.4.4",
+ "guzzlehttp/guzzle": "^6.5.8|^7.4.5",
16
"psr/http-message": "^1.0"
17
},
18
"require-dev": {
0 commit comments