About CVE-2020-15094 #35102
Answered
by
mbabker
kanade0404
asked this question in
Q&A
About CVE-2020-15094
#35102
-
There is an RCE vulnerability in symfony/http-kernel, do you update the version in laravel? |
Beta Was this translation helpful? Give feedback.
Answered by
mbabker
Nov 5, 2020
Replies: 1 comment 1 reply
-
4.3.4 is the minimum supported Symfony version, the constraint basically means any 4.x version higher than 4.3.4 can be used. Laravel 6 will run just fine on the latest Symfony 4.4 release. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GrahamCampbell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
4.3.4 is the minimum supported Symfony version, the constraint basically means any 4.x version higher than 4.3.4 can be used.
Laravel 6 will run just fine on the latest Symfony 4.4 release.