GHSA-83r8-p8v6-6gfm: Slock<T> allows sending non-Send types across thread boundaries
(updated )
Slock<T>
unconditionally implements Send
/Sync
.
Affected versions of this crate allows sending non-Send types to other threads, which can lead to data races and memory corruption due to the data race.
References
Detect and mitigate GHSA-83r8-p8v6-6gfm with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →