Lucene search

K
rustsecRustsecRUSTSEC-2020-0092
HistoryNov 13, 2020 - 12:00 p.m.

Send/Sync bound needed on V in `impl Send/Sync for ARCache<K, V>`

2020-11-1312:00:00
rustsec.org
5

0.0004 Low

EPSS

Percentile

12.8%

Affected versions of this crate unconditionally implemented Send/Sync traits for ARCache&lt;K, V&gt; type.

This allows users to send/access types that do not implement Send/Sync, which can cause a data race.

The flaw was corrected in the 0.2.6 release by adding bounds K: Send + Sync & V: Send + Sync to affected Send/Sync trait implementations.

CPENameOperatorVersion
concreadlt0.2.6

0.0004 Low

EPSS

Percentile

12.8%

Related for RUSTSEC-2020-0092