[lz4_flex] project proposal
lz4_flex is a ridiculously fast compression library for rust implementing LZ4. It has a prevalent use of unsafe in its faster variant (which could mean not just denial of service, but potential RCE vulnerabilities) , has a high chance of taking in user input, used in large open-source projects:
Its used in bevy, polars, wasmer, chroma, FiloDB, SlateDB, and many other databases. It even has usage in Google's sedpack. This package is a go-to for fast compression, yet only fuzzes in CI: this package is a prime candidate for this project.
LeoDog896 is integrating a new project:
- Main repo: https://github.com/PSeitz/lz4_flex.git
- Criticality score: 0.46960
We approve of adding this project.