Files
mbedtls/.github/ISSUE_TEMPLATE/bug_report.md
Manuel Pégourié-Gonnard 09e35e7ac8 Update bug report template for security issues
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2025-04-04 12:59:49 +02:00

46 lines
1.1 KiB
Markdown

---
name: Bug report
about: To report a bug, please fill this form.
title: ''
labels: ''
assignees: ''
---
NOTE: 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
### System information
Mbed TLS version (number or commit id):
Operating system and version:
Configuration (if not default, please attach `mbedtls_config.h`):
Compiler and options (if you used a pre-built binary, please indicate how you obtained it):
Additional environment information:
### Expected behavior
### Actual behavior
NOTE: if the actual behaviour evokes 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 some of this template.
### Steps to reproduce
### Additional information