From 0ce2455e1b03858a6ab29cb1fd5a549413f40576 Mon Sep 17 00:00:00 2001 From: Winford Date: Fri, 25 Jul 2025 20:44:14 -0700 Subject: [PATCH] Create SECURITY.md Adds missing SECURITY.md, both for good practice and to fix a broken link in CONTRIBUTING.md --- SECURITY.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..e4de321 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,29 @@ + + +# Security Policy + +## Supported Versions + +The chart below depicts the versions of `atomvm_packbeam` which can be +expected to receive security updates. + +| Version | Supported | +| ------- | ------------------ | +| 0.7.x | :white_check_mark: | +| 0.6.x | :x: | +| < 0.6 | :x: | + +## Reporting a Vulnerability +Please, do not use GitHub issues for vulnerability reports. Should you discover +a security vulnerability in `atomvm_packbeam` please email the maintainer and/or +project lead directly: + +Maintainer: Winford (UncleGrumpy), winford at object.stream +Project Lead: Davide Bettio, davide at uninstall.it + +Your submission will be promptly reviewed and validated by a member of our team.