quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

BUGS.md (926B)


      1 ## Known issues
      2 
      3 Known issues in Mbed TLS are [tracked on GitHub](https://github.com/Mbed-TLS/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): `main`, `development`,
     11    or a long-time support branch.
     12 2. Check [GitHub](https://github.com/Mbed-TLS/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/Mbed-TLS/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.