From 0a430b759d15d3acadffba2cbe25cf3e98f2178c Mon Sep 17 00:00:00 2001 From: Aniruddha Kanhere Date: Wed, 24 Jun 2026 15:42:56 -0700 Subject: [PATCH] Add FreeRTOS Labs project notice to SECURITY.md Clarifies that this is a FreeRTOS Labs project and links to the Labs introduction page, so observed limitations of an experimental Labs project are not mistaken for issues in a released library. --- .github/SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..6a7e58e --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,14 @@ +## FreeRTOS Labs project + +This repository is a **FreeRTOS Labs** project. As described on the +[FreeRTOS Labs introduction page](https://www.freertos.org/Documentation/03-Libraries/05-FreeRTOS-labs/01-Introduction), +Labs projects are functional but may be incomplete, experimental, or provided primarily for +open-source community interest. They are **not** part of the actively maintained, released +FreeRTOS libraries. Please consider the limitations described on the Labs page before +concluding that an observed behavior is a security vulnerability. + +## Reporting a Vulnerability + +If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security +via our [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting/) or directly via email to aws-security@amazon.com. +Please do **not** create a public github issue.