Skip to content

Commit b51f465

Browse files
committed
Raise minimum version of Guzzle to address CVE-2022-31090/CVE-2022-31090
see GHSA-25mq-v84q-4j7r and GHSA-q559-8m2m-g699
1 parent 84f16d7 commit b51f465

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

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+
38
## 1.3.1 - 2022-06-13
49

510
* Raised minimum version of Guzzle to address [CVE-2022-31042](https://github.com/advisories/GHSA-f2wf-25xc-69c9)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.4|^8.0",
15-
"guzzlehttp/guzzle": "^6.5.6|^7.4.4",
15+
"guzzlehttp/guzzle": "^6.5.8|^7.4.5",
1616
"psr/http-message": "^1.0"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)