diff options
| author | Stefan Wick <[email protected]> | 2024-02-09 10:46:50 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-09 10:46:50 -0800 |
| commit | 35fba3cfb266c629eadc3e533edf4d902041b05a (patch) | |
| tree | cd81d179fc5a388a5e7c520e965bc73f727be6d9 | |
| parent | b6ca2cbe9430b211ddabc13398ba003ff7c09a9d (diff) | |
| parent | 7472110d560b21b5299b4c8c5295d94d0512dfe3 (diff) | |
Merge pull request #352 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..9e99c72e --- /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/threadx/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/). |
