Affected versions of im contains TreeFocus that unconditionally implements Send and Sync.
im
TreeFocus
Send
Sync
This allows a data race in safe Rust code if TreeFocus is extracted from Focus type. Typical users that only use Focus type are not affected.
Focus
{ "affected_functions": null, "affects": { "os": [], "functions": [], "arch": [] } }
{ "cvss": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "informational": "unsound", "categories": [ "thread-safety" ] }