Lucene search

K
osvGoogleOSV:GHSA-MXV6-Q98X-H958
HistoryAug 25, 2021 - 8:56 p.m.

Data races in model

2021-08-2520:56:07
Google
osv.dev
5

0.003 Low

EPSS

Percentile

65.6%

Shared data structure in model crate implements Send and Sync traits regardless of the inner type.
This allows safe Rust code to trigger a data race, which is undefined behavior in Rust.

Users are advised to treat Shared as an unsafe type.
It should not be used outside of the testing context,
and care must be taken so that the testing code does not have a data race
besides a race condition that is expected to be caught by the test.

CPENameOperatorVersion
modelle0.1.2

0.003 Low

EPSS

Percentile

65.6%

Related for OSV:GHSA-MXV6-Q98X-H958