mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
Merge pull request #3495 from cristina479/master
Merge conflict fix for CVE-2020-5255
This commit is contained in:
commit
ec68d93fd8
@ -16,7 +16,10 @@
|
||||
"version": {
|
||||
"version_data": [
|
||||
{
|
||||
"version_value": "< 4.4"
|
||||
"version_value": ">= 4.4.0, < 4.4.7"
|
||||
},
|
||||
{
|
||||
"version_value": ">= 5.0.0, < 5.0.7"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -35,7 +38,7 @@
|
||||
"description_data": [
|
||||
{
|
||||
"lang": "eng",
|
||||
"value": "In Symfony before version 4.4, when a `Response` does not contain a `Content-Type` header, affected versions of Symfony can fallback to the format defined in the `Accept` header of the request, leading to a possible mismatch between the response's content and `Content-Type` header. When the response is cached, this can prevent the use of the website by other users. This has been patched in version 4.4."
|
||||
"value": "In Symfony before versions 4.4.7 and 5.0.7, when a `Response` does not contain a `Content-Type` header,\naffected versions of Symfony can fallback to the format defined in the `Accept` header of the request,\nleading to a possible mismatch between the response's content and `Content-Type` header.\nWhen the response is cached, this can prevent the use of the website by other users.\n\nThis has been patched in versions 4.4.7 and 5.0.7."
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -85,4 +88,4 @@
|
||||
"advisory": "GHSA-mcx4-f5f5-4859",
|
||||
"discovery": "UNKNOWN"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user