1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-06-14 06:57:41 +08:00

Merge pull request #10118 from mpg/issue-template

Update bug report template for security issues
This commit is contained in:
Gilles Peskine 2025-04-09 10:07:41 +00:00 committed by GitHub
commit 4580c71f67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,12 @@ assignees: ''
---
**WARNING:** if the bug you are reporting has or may have security implications,
we ask that you report it privately to
<mbed-tls-security@lists.trustedfirmware.org>
so that we can prepare and release a fix before publishing the details.
See [SECURITY.md](https://github.com/Mbed-TLS/mbedtls/blob/development/SECURITY.md).
### Summary
@ -25,6 +31,10 @@ Additional environment information:
### Actual behavior
**WARNING:* if the actual behaviour suggests memory corruption (like a crash or an error
from a memory checker), then the bug should be assumed to have security
implications (until proven otherwise), and we ask what you report it privately,
see the note at the top of this template.
### Steps to reproduce