This is an automated email from the ASF dual-hosted git repository. cederom pushed a commit to branch cederom-20260707-security.md_update in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit aeb0e0b71719643cd071b546552912f2888c9de5 Author: CeDeROM <[email protected]> AuthorDate: Tue Jul 7 19:07:51 2026 +0200 Update SECURITY.md * Added 12.0.x to security policy table. * Updated contact info private@ -> security@. * Added link to our Security Documentation. --- .github/SECURITY.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 89213a4c02c..b2afb85af3b 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -4,6 +4,7 @@ | Version | Supported | | ------- | ------------------ | +| 12.0.x | :heavy_check_mark: | | 11.0.x | :heavy_check_mark: | | 10.3.x | :heavy_check_mark: | | 10.2.x | :heavy_check_mark: | @@ -14,8 +15,10 @@ ## Reporting a Vulnerability -If you think you have found a possible vulnerability please reach out to the _private_ project mailing list [email protected] or the Apache Security list [email protected]. +If you think you have found a possible vulnerability please reach out to the _security_ project mailing list [email protected] or the Apache Security list [email protected]. Please **DO NOT** create a GitHub issue or email the project dev list as they are public. This project follows the Apache Vulnerability Handling Policy documented [here](https://www.apache.org/security/committers.html#vulnerability-handling). + +Please read our [Security Documentation](https://nuttx.apache.org/docs/latest/security.html) for more details.
