{"id":"RUSTSEC-2022-0008","summary":"Delegate functions are missing `Send` bound","details":"Affected versions of this crate did not require event handlers to have `Send` bound despite there being no guarantee of them being called on any particular thread, which can potentially lead to data races and undefined behavior.\n\nThe flaw was corrected in commit [afe3252](https://github.com/microsoft/windows-rs/commit/afe32525c22209aa8f632a0f4ad607863b51796a) by adding `Send` bounds.","aliases":["GHSA-x4mq-m75f-mx8m"],"modified":"2023-11-08T04:24:10.132668Z","published":"2022-01-02T12:00:00Z","database_specific":{"license":"CC0-1.0"},"references":[{"type":"PACKAGE","url":"https://crates.io/crates/windows"},{"type":"ADVISORY","url":"https://rustsec.org/advisories/RUSTSEC-2022-0008.html"},{"type":"REPORT","url":"https://github.com/microsoft/windows-rs/issues/1409"}],"affected":[{"package":{"name":"windows","ecosystem":"crates.io","purl":"pkg:cargo/windows"},"ranges":[{"type":"SEMVER","events":[{"introduced":"0.1.2"},{"fixed":"0.32.0"}]}],"ecosystem_specific":{"affects":{"os":["windows"],"functions":[],"arch":[]},"affected_functions":null},"database_specific":{"informational":"unsound","categories":["memory-corruption","thread-safety"],"cvss":null,"source":"https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2022-0008.json"}}],"schema_version":"1.7.3"}