An issue was discovered in the dces crate through 2020-12-09 for Rust. The World type is marked as Send but lacks bounds on its EntityStore and ComponentStore. This allows non-thread safe EntityStore
and ComponentStore
s to be sent
across threads and cause data races.
{ "nvd_published_at": "2021-08-08T06:15:00Z", "github_reviewed_at": "2021-08-18T20:20:09Z", "severity": "HIGH", "github_reviewed": true, "cwe_ids": [ "CWE-362", "CWE-77" ] }