Affected versions of this crate unconditionally implements Send/Sync for Queue<T>.
This allows (1) creating data races to a T: !Sync and (2) sending T: !Send to other threads, resulting in memory corruption or other undefined behavior.
{
"github_reviewed_at": "2021-08-06T18:34:31Z",
"cwe_ids": [
"CWE-362"
],
"github_reviewed": true,
"nvd_published_at": null,
"severity": "MODERATE"
}