diff options
| author | Stefan Wick <[email protected]> | 2024-02-09 10:47:05 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-09 10:47:05 -0800 |
| commit | 78bce3d135272827bc1423b8a111d9bfdd25bf3f (patch) | |
| tree | fabac9e44c48f889e46b332fde42e4fd5de189e7 | |
| parent | 5ce9823f58d08f1f1dc9ccd1c6ea84b32f68e731 (diff) | |
| parent | ed0c1071d0f71b4f1e297e7ddcc1d5d78d02583c (diff) | |
Merge pull request #244 from eclipse-threadx/wickste-patch-1
Create SECURITY.md
| -rw-r--r-- | SECURITY.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..7e7c925b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,20 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 6.4.x | :white_check_mark: | + +## Reporting a Vulnerability + +If you think you have found a vulnerability in <project> you can report it using one of the following ways: + +* Contact the [Eclipse Foundation Security Team](mailto:[email protected]) +* [Report a Vulnerability](https://github.com/eclipse-threadx/netxduo/security/advisories/new) + +You can find more information about reporting and disclosure at the [Eclipse Foundation Security page](https://www.eclipse.org/security/). + +## Security Policy + +This project follows [Eclipse Foundation Vulnerability Reporting Policy](https://www.eclipse.org/security/policy/). |
