This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate finch

Dependencies

(11 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 capnp ⚠️^0.9.40.19.2out of date
 clap~2.32.04.5.4out of date
 failure^0.1.20.1.8up to date
 murmurhash3~0.0.50.0.5up to date
 ndarray^0.120.15.6out of date
 needletail^0.2.20.5.1out of date
 numpy^0.4.10.20.0out of date
 pyo3^0.5.30.21.0out of date
 serde^1.0.721.0.197up to date
 serde_derive^1.0.721.0.197up to date
 serde_json^1.0.261.0.115up to date

Security Vulnerabilities

capnp: out-of-bounds read possible when setting list-of-pointers

RUSTSEC-2022-0068

If a message consumer expects data of type "list of pointers", and if the consumer performs certain specific actions on such data, then a message producer can cause the consumer to read out-of-bounds memory. This could trigger a process crash in the consumer, or in some cases could allow exfiltration of private in-memory data.

The C++ Cap'n Proto library is also affected by this bug. See the advisory on the main Cap'n Proto repo for a succinct description of the exact circumstances in which the problem can arise.