@@ -22,6 +22,8 @@ By using Thunderbird for Android Beta, you have early access to current developm
Check out the [Release Notes](https://github.com/thunderbird/thunderbird-android/releases) to find out what changed in each version of Thunderbird for Android.
The SHA-256 fingerprints for our signing certificates are available in [SECURITY.md](./SECURITY.md#verifying-fingerprints).
## Need Help? Found a bug? Have an idea? Want to chat?
If the app is not behaving like it should, or you are not sure if you've encountered a bug:
@@ -64,28 +66,6 @@ For more information about our ADRs, please see the [ADRs README](docs/architect
We encourage team members and contributors to read through our ADRs to understand the architectural decisions that
have shaped this project so far. Feel free to propose new ADRs or suggest modifications to existing ones as needed.
## Security
The code in this repository was undergoing an extensive security audit in collaboration with the Open Source Technology
Improvement Fund ([OSTIF](https://ostif.org/)) and [7ASecurity](https://7asecurity.com/) in the first half of 2023. For
You can report a security vulnerability [through the respective issues form](https://github.com/thunderbird/thunderbird-android/security/advisories/new).
These are the SHA-256 fingerprints for our signing certificates:
You can use the following command to retrieve and [verify](https://developer.android.com/tools/apksigner#usage-verify)
the certificate before installation:
```bash
apksigner verify -v--print-certs <path-to-apk>
```
## Reporting Vulnerabilities
You can report a security vulnerability through the [vulnerability reporting form](https://github.com/thunderbird/thunderbird-android/security/advisories/new).
We appreciate your support in making Thunderbird for Android as safe as possible!