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 juice

Dependencies

(9 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 capnp ⚠️^0.80.19.3out of date
 clippy^0.0.410.0.302out of date
 coaster^0.1.00.2.0out of date
 coaster-blas^0.2.00.4.0out of date
 coaster-nn^0.4.10.5.0out of date
 log^0.3.20.4.21out of date
 num^0.10.4.2out of date
 rand^0.3.00.8.5out of date
 timeit^0.1.20.1.2up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 env_logger^0.30.11.3out of 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.