-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a security-focussed release that also comes with some bugfixes. - We've added QOI image support and dropped some image support plugins that we haven't properly vetted. - We have added fuzzing tests for all the image plugins we do use (and filed some bugs for the ones we don't yet use). - We've fixed a heap buffer overflow in exif handling. This overflow was not a vulnerability (it was an out of bounds read that would mess up image rotations when receiving broken exif data). - We've added a setting to disable automatic image previews in chat. If you're very security-conscious and you have friends you don't trust, you may want to disable image previews. In the future, we'll add a per-friend setting for this. - We've fixed some bugs that caused multi-line messages to be received as a single line. This was caused by our defense-in-depth security measures that were a little too strict.
- Loading branch information
Showing
6 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -167,19 +167,19 @@ AED3 1134 9C23 A123 E5C4 AA4B 139C A045 3DA2 D773 | |
``` | ||
|
||
[#[email protected]]: https://web.libera.chat/#qtox | ||
[64 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.2-rc.1/setup-qtox-x86_64-release.exe | ||
[32 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.2-rc.1/setup-qtox-i686-release.exe | ||
[64 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.2/setup-qtox-x86_64-release.exe | ||
[32 bit release]: https://github.com/TokTok/qTox/releases/download/v1.18.2/setup-qtox-i686-release.exe | ||
[32nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qtox-nightly-i686-release.exe | ||
[64nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qtox-nightly-x86_64-release.exe | ||
[Flatpak (64 bit)]: https://github.com/TokTok/qTox/releases/download/v1.18.2-rc.1/qTox-v1.18.2-rc.1.x86_64.flatpak | ||
[Flatpak (64 bit)]: https://github.com/TokTok/qTox/releases/download/v1.18.2/qTox-v1.18.2.x86_64.flatpak | ||
[Flatpak nightly (64 bit)]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly.flatpak | ||
[Arch]: /INSTALL.md#arch | ||
[Building instructions]: /INSTALL.md#os-x | ||
[Contributing]: /CONTRIBUTING.md#how-to-start-contributing | ||
[Debian]: https://packages.debian.org/search?keywords=qtox | ||
[easy issues]: https://github.com/qTox/qTox/labels/E-easy | ||
[Latest ARM64 release]: https://github.com/TokTok/qTox/releases/download/v1.18.2-rc.1/qTox-arm64.dmg | ||
[Latest Intel release]: https://github.com/TokTok/qTox/releases/download/v1.18.2-rc.1/qTox-x86_64.dmg | ||
[Latest ARM64 release]: https://github.com/TokTok/qTox/releases/download/v1.18.2/qTox-arm64.dmg | ||
[Latest Intel release]: https://github.com/TokTok/qTox/releases/download/v1.18.2/qTox-x86_64.dmg | ||
[Latest ARM64 nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly-arm64.dmg | ||
[Latest Intel nightly]: https://github.com/TokTok/qTox/releases/download/nightly/qTox-nightly-x86_64.dmg | ||
[Fedora]: /INSTALL.md#fedora | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters