mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 07:45:22 +00:00
This commit drops the "patch level" from the supported version numbers listed in the security policy document because: 1. It currently does not convey any meaningful information (simply set to "0") and is really unnecessary because the support status is defined at the "minor" version level. 2. Updating the security policy document whenever there is a new "patch release" is arguably too noisy and does not add much value. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
23 lines
520 B
Markdown
23 lines
520 B
Markdown
# Security Policy
|
|
|
|
## Supported versions
|
|
|
|
The Zephyr project supports the following versions with security
|
|
updates:
|
|
|
|
- The most recent release, and the release prior to that.
|
|
- Active LTS releases.
|
|
|
|
At this time, with the latest release of v3.3, the supported
|
|
versions are:
|
|
|
|
- v2.7: Current LTS
|
|
- v3.2: Prior release
|
|
- v3.3: Current release
|
|
|
|
## Reporting process
|
|
|
|
Please see our [Security Vulnerability
|
|
Reporting](https://docs.zephyrproject.org/latest/security/reporting.html)
|
|
page for details on the process.
|