| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
compcol is a library for decoding compressed data from untrusted sources (network endpoints, archive readers, file scanners). Its decoders are written to that bar:
These are the only guarantees claimed: no panic, no undefined behavior, and bomb-bounded decode when the caller supplies a limit. The crate does not claim that every encoder is constant-time, side-channel-free, or suitable for cryptographic use.
Please report security issues privately — do not open a public issue for a vulnerability.
A panic, out-of-bounds access, or unbounded allocation reachable from a decoder on malformed input is in scope and is treated as a security bug.
Only the latest published release on crates.io receives security fixes.
| Back | FazBrowse Home | New Git URL |