diff options
| author | Stefan Wick <[email protected]> | 2024-02-06 18:27:33 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-06 18:27:33 -0800 |
| commit | ef4f317dd85e4485e18c7a2eb00e04bd0ed0c431 (patch) | |
| tree | c8fe6bb9634e94a0457e6a3d44e28ee60c22fec5 | |
| parent | d085ede08e9f627c2499d912ad8ab12bc89f6b63 (diff) | |
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 0000000..5e7373d --- /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/usbx/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/). |
