docs: drop PHP 5.5 from Debian 10 and Ubuntu 18.04/20.04 - #691
Open
deynekoaa wants to merge 1 commit into
Open
Conversation
We do not support alt-php55 on these platforms. The rows claiming otherwise came from a4786af, which rebuilt these matrices from CVEDash on 2026-08-20 -- two days after `cvedash_onboard_alt_streams.py --backfill-os` had created alt-php55 cells for debian10 / ubuntu16.04 / ubuntu18.04 / ubuntu20.04 from the "published in the repo" criterion. That criterion was wrong: the DEB build and release which put the packages there was a mistake, and the real criterion is a customer contract. Before a4786af the table did not claim 5.5 on any of these platforms; only Debian 13 carried it, and Debian 13 is genuinely contracted (easyname, Docker). The CVEDash side is already reverted: the three `project_to_os` cells and their 742 `cve_to_project_on_os` rows are deleted, so `audit_versions.py` now reports these rows as `docs_extra` until this lands. Nothing was ever released on them -- zero `release` rows, so no erratum or CLSA is affected. Ubuntu 16.04 came from the same backfill wave and is deliberately left alone here; it awaits its own decision and is still enabled in CVEDash. EL rows and Debian 13 are untouched: 5.5 remains supported on el6-el10 and debian13.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We do not support alt-php55 on these platforms. The rows claiming otherwise came from a4786af, which rebuilt these matrices from CVEDash on 2026-08-20 -- two days after
cvedash_onboard_alt_streams.py --backfill-oshad created alt-php55 cells for debian10 / ubuntu16.04 / ubuntu18.04 / ubuntu20.04 from the "published in the repo" criterion. That criterion was wrong: the DEB build and release which put the packages there was a mistake, and the real criterion is a customer contract.Before a4786af the table did not claim 5.5 on any of these platforms; only Debian 13 carried it, and Debian 13 is genuinely contracted (easyname, Docker).
The CVEDash side is already reverted: the three
project_to_oscells and their 742cve_to_project_on_osrows are deleted, soaudit_versions.pynow reports these rows asdocs_extrauntil this lands. Nothing was ever released on them -- zeroreleaserows, so no erratum or CLSA is affected.Ubuntu 16.04 came from the same backfill wave and is deliberately left alone here; it awaits its own decision and is still enabled in CVEDash.
EL rows and Debian 13 are untouched: 5.5 remains supported on el6-el10 and debian13.