-
Notifications
You must be signed in to change notification settings - Fork 152
LTS Version 1.7 is missing a security fix #373
Comments
The LTS page is a bit misleading. While 1.7 is listed as the LTS version, you can safely upgrade to any other release in the 1.X series without issue since we follow semver. Since 1.8 has received those fixes, update your version constraint to use |
@weierophinney Well if we want support until 2022-03-15 then looking at https://framework.zend.com/long-term-support we need to stay on 1.7 since support for 1.8 ends in 2019-09-27. Are you saying that because 1.7 is supported until 2022-03-15 then because you follow semver 1.8 will supported till then as well? If so yep the LTS page does seem misleading. But also if there are known security issues against 1.7 what does LTS mean? |
If we follow the release notes then the |
Version 1.8 is LTS version, not 1.7. The issue is in the table - we will try to update it shortly.
and, paragraph before we have:
so, when we use |
This repository has been closed and moved to laminas/laminas-diactoros; a new issue has been opened at laminas/laminas-diactoros#4. |
According to https://framework.zend.com/long-term-support 1.7 is the long term support version of zend-diactoros, however the Symfony security scanner shows that 1.7.2 is missing the fix for the URL Rewrite vulnerability [CVE-NONE-0001]: https://framework.zend.com/security/advisory/ZF2018-01
I've tried to be helpful and backport this in https://github.com/alexpott/zend-diactoros/tree/1.7.x-CVE-NONE-0001 but I can't create a PR because there is no 1.7 release branch.
Code to reproduce the issue
Expected results
Actual results
The text was updated successfully, but these errors were encountered: