This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate bellperson

Dependencies

(17 total, 9 outdated, 1 insecure)

CrateRequiredLatestStatus
 bit-vec^0.60.6.3up to date
 blake2s_simd^0.51.0.2out of date
 byteorder^11.5.0up to date
 crossbeam^0.70.8.4out of date
 ff^0.5.00.13.0out of date
 fs2^0.4.30.4.3up to date
 futures^0.10.3.30out of date
 futures-cpupool^0.10.1.8up to date
 groupy^0.2.00.4.1out of date
 itertools^0.8.00.12.1out of date
 lazy_static^1.4.01.4.0up to date
 log^0.4.80.4.21up to date
 num_cpus^11.16.0up to date
 fil-ocl ⚠️^0.19.40.19.6insecure
 paired^0.160.22.0out of date
 rand^0.70.8.5out of date
 rand_core^0.50.6.4out of date

Dev dependencies

(3 total, 3 outdated)

CrateRequiredLatestStatus
 hex-literal^0.20.4.1out of date
 rand_xorshift^0.20.3.0out of date
 sha2^0.80.10.8out of date

Security Vulnerabilities

fil-ocl: EventList's From<EventList> conversions can double drop on panic.

RUSTSEC-2021-0011

Affected versions of this crate read from a container using ptr::read in From<EventList>, and then call a user specified Into<Event> function.

This issue can result in a double-free if the user provided function panics.