From 911ba334a06ac55e28856e49a694083974196f8c Mon Sep 17 00:00:00 2001 From: David Brown Date: Thu, 18 Mar 2021 14:41:27 -0600 Subject: [PATCH] .github: Create Github security policy document This document will show up when a viewer selects the "Security" tab, and selects the "Security Policy". It has a brief introduction, and directs to the official documentation of the security policy. Signed-off-by: David Brown --- .github/SECURITY.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000000..024b09c8eaf --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,22 @@ +# 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 v2.5.0, the supported +versions are: + + - 1.14.x: Current LTS + - v2.4.0: Prior release + - v2.5.0: Current release + +## Reporting process + +Please see our [Security Vulnerability +Reporting](https://docs.zephyrproject.org/latest/security/reporting.html) +page for details on the process.