[BREAKGLASS] A Rust MP4 format sanitizer
mp4san moved some public types to mediasan_common, and while i believe they are still re-exported in the same spots, this is still a semver change, as tools like cbindgen will fail to work properly without knowledge of mediasan-common. |
||
|---|---|---|
| .github/workflows | ||
| cli | ||
| common | ||
| common-test | ||
| mp4san | ||
| mp4san-derive | ||
| mp4san-test | ||
| mp4san-test-gen | ||
| test-data@fd3ace5415 | ||
| webpsan | ||
| webpsan-test | ||
| .gitignore | ||
| .gitmodules | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
mediasan 
A collection of Rust media file format "sanitizers".
The sanitizers can be used to verify the validity of media files before presenting them, so that passing malformed files to an unsafe parser can be avoided.
Supported Formats
| Format | Crate | |
|---|---|---|
| MP4 | mp4san |
|
| WebP | webpsan |
Contributing Bug Reports
GitHub is the project's bug tracker. Please search for similar existing issues before submitting a new one.
OSS-Fuzz
Continuous fuzz testing is also provided by OSS-Fuzz.
Build Status
Code Coverage
Bugs Found
License
Licensed under MIT.