Issue #3168763 by xjm, suzymasri, longwave: Update Symfony to 4.4.13 to address CVE-2020-15094

merge-requests/25/head
catch 2020-09-02 22:56:26 +01:00
parent 184a612646
commit 6ca8fda47f
2 changed files with 6 additions and 6 deletions

10
composer.lock generated
View File

@ -2547,16 +2547,16 @@
},
{
"name": "symfony/http-kernel",
"version": "v4.4.12",
"version": "v4.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "f93f6b3e52a590749994cc23d8fb879472ceb76c"
"reference": "2bb7b90ecdc79813c0bf237b7ff20e79062b5188"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f93f6b3e52a590749994cc23d8fb879472ceb76c",
"reference": "f93f6b3e52a590749994cc23d8fb879472ceb76c",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/2bb7b90ecdc79813c0bf237b7ff20e79062b5188",
"reference": "2bb7b90ecdc79813c0bf237b7ff20e79062b5188",
"shasum": ""
},
"require": {
@ -2648,7 +2648,7 @@
"type": "tidelift"
}
],
"time": "2020-08-31T06:09:42+00:00"
"time": "2020-09-02T08:09:29+00:00"
},
{
"name": "symfony/mime",

View File

@ -41,7 +41,7 @@
"symfony/event-dispatcher": "v4.4.12",
"symfony/event-dispatcher-contracts": "v1.1.9",
"symfony/http-foundation": "v4.4.12",
"symfony/http-kernel": "v4.4.12",
"symfony/http-kernel": "v4.4.13",
"symfony/mime": "v5.1.4",
"symfony/polyfill-ctype": "v1.18.1",
"symfony/polyfill-iconv": "v1.18.1",