mipper
mipper
The current version of mim4j has two open CVEs one classified as critical, the other high.
**Describe the bug** It looks like identification of unused @SuppressWarnings may not work correctly when the checkstyle plugin is also being used. The following annotation is removed incorrectly: ``` @SuppressWarnings("checkstyle:ModifiedControlVariable")...
Fixes https://github.com/pdudits/soundlibs/issues/18
ID3v2.4 Frame sizes are calculated incorrectly. Currently these sizes are calculated as a plain 32-bit integer rather than as a 32-bit sync-safe integer. This means that the size of any...