1## Known issues 2 3Known issues in Mbed TLS are [tracked on GitHub](https://github.com/Mbed-TLS/mbedtls/issues). 4 5## Reporting a bug 6 7If you think you've found a bug in Mbed TLS, please follow these steps: 8 91. Make sure you're using the latest version of a 10 [maintained branch](BRANCHES.md): `master`, `development`, 11 or a long-time support branch. 122. Check [GitHub](https://github.com/Mbed-TLS/mbedtls/issues) to see if 13 your issue has already been reported. If not, … 143. If the issue is a security risk (for example: buffer overflow, 15 data leak), please report it confidentially as described in 16 [`SECURITY.md`](SECURITY.md). If not, … 174. Please [create an issue on on GitHub](https://github.com/Mbed-TLS/mbedtls/issues). 18 19Please do not use GitHub for support questions. If you want to know 20how to do something with Mbed TLS, please see [`SUPPORT.md`](SUPPORT.md) for available documentation and support channels. 21