1.0.35 (current)
From google/supply-chain copy of chromium. By Adrian Taylor.
These reviews are from cargo-vet. To add your review, set up cargo-vet
and submit your URL to its registry.
1.0.35 (current)
From google/supply-chain copy of chromium. By Adrian Taylor.
The current version of flate2 is 1.0.35.
1.0.34 (older version)
From google/supply-chain copy of chromium. By Lukasz Anforowicz.
WARNING: This certification is a result of a partial audit. The
any_zlib
code has not been audited. See the audit of 1.0.30 for
more details.
The delta can be seen at https://diff.rs/flate2/1.0.33/1.0.34
The delta bumps up libz-rs-sys
dependency from 0.2.1
to 0.3.0
The delta in lib.rs
only tweaks comments and has no code changes.
The delta also contains some changes to src/ffi/c.rs
which is NOT used by Chromium
and therefore hasn't been covered by this partial audit.
1.0.34 (older version)
From kornelski/crev-proofs copy of salsa.debian.org.
Only in debcargo (unstable). Changelog:
1.0.30 — diff review from 1.0.28 only (older version)
From mozilla/supply-chain copy of hg. By Alex Franchuk.
Some new unsafe code, however it has been verified and there are unit tests as well.
1.0.28 — diff review from 1.0.27 only (older version)
From google/supply-chain copy of google/rust-crate-audits. By Manish Goregaokar.
Reviewed in CL 573223148 Issues from previous review (#379, #220) fixed (PRs #380, #373).
1.0.28 — diff review from 1.0.26 only (older version)
From bytecodealliance/wasmtime. By Andrew Brown.
No new unsafe
and no large changes in function. This diff is mostly refactoring with a lot of docs, CI, test changes. Adds some defensive clearing out of certain variables as a safeguard.
1.0.28 (older version)
From kornelski/crev-proofs copy of git.savannah.gnu.org.
Packaged for Guix (crates-io)
1.0.27 — diff review from 1.0.26 only (older version)
From google/supply-chain copy of chromium. By George Burgess IV.
There is a CRC implementation in here, but those are not considered crypto. Further, it's only used in tests internal to this crate.
1.0.26 — diff review from 1.0.25 only (older version)
From mozilla/supply-chain copy of mozilla/glean. By Jan-Erik Rediger.
Few dep updates, internal refactorings
1.0.25 — diff review from 1.0.24 only (older version)
From mozilla/supply-chain copy of hg. Audited without comment by Mike Hommey.
cargo-vet does not verify reviewers' identity. You have to fully trust the source the audits are from.
This crate will not introduce a serious security vulnerability to production software exposed to untrusted input. More…
This crate can be compiled, run, and tested on a local workstation or in controlled automation without surprising consequences. More…
Inspection reveals that the crate in question does not attempt to implement any cryptographic algorithms on its own.
Note that certification of this does not require an expert on all forms of cryptography: it's expected for crates we import to be "good enough" citizens, so they'll at least be forthcoming if they try to implement something cryptographic. When in doubt, please ask an expert.
All crypto algorithms in this crate have been reviewed by a relevant expert.
Note: If a crate does not implement crypto, use does-not-implement-crypto
,
which implies crypto-safe
, but does not require expert review in order to
audit for.
Negligible unsoundness or average soundness.
Full description of the audit criteria can be found at https://github.com/google/rust-crate-audits/blob/main/auditing_standards.md#ub-risk-2
Mild unsoundness or suboptimal soundness.
Full description of the audit criteria can be found at https://github.com/google/rust-crate-audits/blob/main/auditing_standards.md#ub-risk-3
Extreme unsoundness.
Full description of the audit criteria can be found at https://github.com/google/rust-crate-audits/blob/main/auditing_standards.md#ub-risk-4
May have been packaged automatically without a review
Lib.rs has been able to verify that all files in the crate's tarball, except Cargo.lock
,
are in the crate's repository with a git tag matching the version. Please note that this check is still in beta, and absence of this confirmation does not mean that the files don't match.
Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories, so there is a possibility that published crates have a misleading repository URL, or contain different code from the code in the repository.
To review the actual code of the crate, it's best to use cargo crev open flate2
. Alternatively, you can download the tarball of flate2 v1.0.35 or view the source online.
There are no significant code changes in this delta (just one string constant change). Note that prior audits may have been partial.