RUSTSEC-2020-0134 on 2020-11-14: LockWeak<T> allows to create data race to T.

In the affected versions of this crate, LockWeak<T> unconditionally implemented Send with no trait bounds on T. LockWeak<T> doesn't own T and only provides &T.

This allows concurrent access to a non-Sync T, which can cause undefined behavior like data races.

CVE-2020-36454

GHSA-29v7-3v4c-gf38

GHSA-xwxc-j97j-84gf

This crate has no reviews yet. To add a review, set up your cargo-crev.


Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories. There is absolutely no guarantee that the repository URL declared by the crate belongs to the crate, or that the code in the repository is the code inside the published tarball.

To review the actual code of the crate, it's best to use cargo crev open parc. Alternatively, you can download the tarball of parc v1.0.1 or view the source online.