Skip to content

Commit dec6fdc

Browse files
committed
MFTF Upgrade : Update All dependent symfony packages to >5.4 to overcome security vulnerability in MFTF version used by 2.4.5
1 parent 21b6676 commit dec6fdc

File tree

3 files changed

+60
-53
lines changed

3 files changed

+60
-53
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
4.3.5
5+
---------
6+
### Enhancements
7+
* Update All dependent symfony packages to >5.4 to overcome security vulnerability in MFTF version used by 2.4.6
8+
9+
410
4.3.5
511
---------
612
### Fixes

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "4.3.5",
5+
"version": "4.3.6",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -32,13 +32,13 @@
3232
"nikic/php-parser": "^4.4",
3333
"php-webdriver/webdriver": "^1.9.0 <1.14.0",
3434
"spomky-labs/otphp": "^10.0",
35-
"symfony/console": "^4.4||^5.4",
35+
"symfony/console": "^5.4",
3636
"symfony/string": "^5.4",
37-
"symfony/dotenv": "^5.3",
38-
"symfony/finder": "^5.0",
39-
"symfony/http-foundation": "^5.0",
40-
"symfony/mime": "^5.0",
41-
"symfony/process": "^4.4||^5.4",
37+
"symfony/dotenv": "^5.4",
38+
"symfony/finder": "^5.4",
39+
"symfony/http-foundation": "^5.4",
40+
"symfony/mime": "^5.4",
41+
"symfony/process": "^5.4",
4242
"weew/helpers-array": "^1.3",
4343
"doctrine/annotations": "^1.13"
4444
},

composer.lock

Lines changed: 47 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)