Skip to content

Commit 742c8e5

Browse files
committed
Improve DX and clarity on security document
1 parent 09a1574 commit 742c8e5

1 file changed

Lines changed: 23 additions & 15 deletions

File tree

SECURITY.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
# Security Policy
22

3-
## Supported Versions
4-
The following versions of PHP are being actively updated:
3+
## PHP upstream support (php.net)
54

6-
| PHP Version | Supported |
7-
| ------- | ------------------ |
8-
| 8.5 | :white_check_mark: Active support |
9-
| 8.4 | :white_check_mark: Active support |
10-
| 8.3 | :warning: Security updates only |
11-
| 8.2 | :warning: Security updates only |
12-
| 8.1 | :heavy_exclamation_mark: End of life, update ASAP |
13-
| 8.0 | :heavy_exclamation_mark: End of life, update ASAP |
14-
| 7.4 | :heavy_exclamation_mark: End of life, update ASAP |
15-
| 7.3 | :x: Not supported |
5+
The table below is the **official PHP project** support phase for each branch—not a guarantee that every branch appears in our image matrix. Use it to decide when to upgrade.
166

17-
View the official [PHP supported versions policy](https://www.php.net/supported-versions.php) for more information.
7+
| Branch | Phase on php.net |
8+
| --- | --- |
9+
| 8.5 | Active support (bug + security fixes) |
10+
| 8.4 | Active support (bug + security fixes) |
11+
| 8.3 | Security fixes only |
12+
| 8.2 | Security fixes only |
13+
| 8.1 | End of life — upgrade as soon as practical |
14+
| 8.0 | End of life — upgrade as soon as practical |
15+
| 7.4 | End of life — upgrade as soon as practical |
16+
| ≤ 7.3 | End of life — not built in this project’s current matrix |
1817

19-
## Reporting a Vulnerability
18+
**References**
2019

21-
If you have a vulnerability to report, please follow [our responsible disclosure policy](https://www.notion.so/Responsible-Disclosure-Policy-421a6a3be1714d388ebbadba7eebbdc8).
20+
- [Supported Versions](https://www.php.net/supported-versions.php) — active and security support dates for current branches
21+
- [End-of-life branches](https://www.php.net/eol.php) — historical EOL dates
22+
23+
We may still ship images for **EOL** PHP versions to help migrate legacy apps; prefer a [currently supported branch](https://www.php.net/supported-versions.php) for production.
24+
25+
---
26+
27+
## Reporting a vulnerability
28+
29+
Follow [our responsible disclosure policy](https://www.notion.so/Responsible-Disclosure-Policy-421a6a3be1714d388ebbadba7eebbdc8).

0 commit comments

Comments
 (0)