bojand / infer

Small crate to infer file and MIME type by checking the magic number signature
MIT License
299 stars 28 forks source link

Fix correctness issues for detectors #66

Closed deuill closed 2 years ago

deuill commented 2 years ago

This PR includes commits that fix correctness issues for various detectors -- I'll include test cases for the more esoteric issues, but these have been replicated via cargo-fuzz in any case.

deuill commented 2 years ago

I'm running fuzz tests against infer and have come against a few more issues, so I'll likely re-frame this PR to include commits across different detectors.

bojand commented 2 years ago

Hello, thanks for the PR. Published in 0.8.1.

deuill commented 2 years ago

Thanks so much for the quick turnaround!