Merge pull request #14246 from ubc-cpsc/bugfix/CVE-2022-24894

Fixes CVE-2022-24894 by upgrading symfony/http-kernel
This commit is contained in:
snipe 2024-02-13 13:40:33 +00:00 committed by GitHub
commit eb6e2636b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
composer.lock generated
View file

@ -9669,16 +9669,16 @@
},
{
"name": "symfony/http-kernel",
"version": "v5.4.10",
"version": "v5.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "255ae3b0a488d78fbb34da23d3e0c059874b5948"
"reference": "aaeec341582d3c160cc9ecfa8b2419ba6c69954e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/255ae3b0a488d78fbb34da23d3e0c059874b5948",
"reference": "255ae3b0a488d78fbb34da23d3e0c059874b5948",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/aaeec341582d3c160cc9ecfa8b2419ba6c69954e",
"reference": "aaeec341582d3c160cc9ecfa8b2419ba6c69954e",
"shasum": ""
},
"require": {
@ -9761,7 +9761,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.4.10"
"source": "https://github.com/symfony/http-kernel/tree/v5.4.20"
},
"funding": [
{
@ -9777,7 +9777,7 @@
"type": "tidelift"
}
],
"time": "2022-06-26T16:57:59+00:00"
"time": "2023-02-01T08:18:48+00:00"
},
{
"name": "symfony/mime",