Title: mat2 0.12.3
Date: 2022-01-06 17:15

There is a new bugfix version of MAT2: [0.12.3](https://0xacab.org/jvoisin/mat2/tags/0.12.3),
mostly improving the robustness of mat2 against malformed files, thanks to its
new [fuzzer](https://0xacab.org/jvoisin/mat2/-/blob/master/tests/fuzz.py),
based on Google's [Atheris](https://github.com/google/atheris). I've been using
fuzzers before to uncover issues in mat2's dependencies, like
[mutagen](https://mutagen.readthedocs.io/en/latest/), with [great
success](https://github.com/quodlibet/mutagen/issues?q=author%3Ajvoisin).
It was also a nice opportunity to fix minor bugs, as well as the
[Dolphin](https://apps.kde.org/dolphin) integration.

As usual, if you know some python or web-fu help is
[more than](https://0xacab.org/jvoisin/mat2-web/-/issues)
[welcome](https://0xacab.org/jvoisin/mat2/issues?label_name%5B%5D=good+first+issue).
