Skip to content

Commit 74a7f93

Browse files
Add BUGS.md
Instructions on how to report a bug. Signed-off-by: Gilles Peskine <[email protected]>
1 parent 92042d9 commit 74a7f93

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

BUGS.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Known issues
2+
3+
Known issues in Mbed TLS are [tracked on GitHub](https://github.com/ARMmbed/mbedtls/issues).
4+
5+
## Reporting a bug
6+
7+
If you think you've found a bug in Mbed TLS, please follow these steps:
8+
9+
1. Make sure you're using the latest version of a
10+
[maintained branch](BRANCHES.md): `master`, `development`,
11+
or a long-time support branch.
12+
2. Check [GitHub](https://github.com/ARMmbed/mbedtls/issues) to see if
13+
your issue has already been reported. If not, …
14+
3. 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, …
17+
4. Please [create an issue on on GitHub](https://github.com/ARMmbed/mbedtls/issues).
18+
19+
Please do not use GitHub for support questions. If you want to know
20+
how to do something with Mbed TLS, please see [`SUPPORT.md`](SUPPORT.md) for available documentation and support channels.

0 commit comments

Comments
 (0)