Input<R> implements Send without requiring R: Send.
Affected versions of this crate allows users to send non-Send types to other threads, which can lead to undefined behavior such as data race and memory corruption.
The flaw was corrected in version 0.5.1 by adding R: Send bound to the Send impl of Input<R>.
{ "nvd_published_at": null, "cwe_ids": [ "CWE-662", "CWE-787" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-08-19T18:47:45Z" }