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,
"severity": "MODERATE",
"github_reviewed_at": "2021-08-19T18:47:45Z",
"github_reviewed": true,
"cwe_ids": [
"CWE-662",
"CWE-787"
]
}