Skip to content

Commit 4c88d22

Browse files
authored
Security: Update NGINX version for Alpine and Debian configurations to 1.28.3 (#666)
* Update NGINX version for Alpine and Debian configurations to 1.28.3 * Improve DX and clarity on security document
1 parent 80911cb commit 4c88d22

File tree

2 files changed

+30
-22
lines changed

2 files changed

+30
-22
lines changed

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).

scripts/conf/php-versions-base-config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,31 +95,31 @@ operating_systems:
9595
- name: "Alpine 3.20"
9696
version: alpine3.20
9797
number: 3.20
98-
nginx_version: 1.28.2-r1
98+
nginx_version: 1.28.3-r1
9999
- name: "Alpine 3.21"
100100
version: alpine3.21
101101
number: 3.21
102-
nginx_version: 1.28.2-r1
102+
nginx_version: 1.28.3-r1
103103
- name: "Alpine 3.22"
104104
version: alpine3.22
105105
number: 3.22
106-
nginx_version: 1.28.2-r1
106+
nginx_version: 1.28.3-r1
107107
- name: "Alpine 3.23"
108108
version: alpine3.23
109109
number: 3.23
110-
nginx_version: 1.28.2-r1
110+
nginx_version: 1.28.3-r1
111111
- family: debian
112112
default: true
113113
versions:
114114
- name: "Debian Bullseye"
115115
version: bullseye
116116
number: 11
117-
nginx_version: 1.28.2-1~bullseye
117+
nginx_version: 1.28.3-1~bullseye
118118
- name: "Debian Bookworm"
119119
version: bookworm
120120
number: 12
121-
nginx_version: 1.28.2-1~bookworm
121+
nginx_version: 1.28.3-1~bookworm
122122
- name: "Debian Trixie"
123123
version: trixie
124124
number: 13
125-
nginx_version: 1.28.2-1~trixie
125+
nginx_version: 1.28.3-1~trixie

0 commit comments

Comments
 (0)