docs: link FreeRTOS kernel threat model in SECURITY.md

This commit is contained in:
AniruddhaKanhere 2026-06-22 14:52:21 -07:00 committed by Aniruddha Kanhere
parent e146d6444c
commit 49cec3e9b2

10
.github/SECURITY.md vendored
View File

@ -1,3 +1,13 @@
## Threat model
Before reporting an issue, please review the FreeRTOS kernel threat model. It
describes the security assumptions the kernel makes, which threats are in scope,
and the protections the kernel does and does not provide. Understanding these
boundaries helps determine whether an observed behavior is a security
vulnerability or expected, documented behavior.
- [FreeRTOS Kernel Threat Model](https://www.freertos.org/Security/02-Kernel-threat-model)
## Reporting a Vulnerability ## Reporting a Vulnerability
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security