GHSA-jf43-3v8j-qwwr: Data races in multiqueue
(updated )
Affected versions of multiqueue unconditionally implemented Send
for types used in queue implementations (InnerSend<RW, T>
, InnerRecv<RW, T>
, FutInnerSend<RW, T>
, FutInnerRecv<RW, T>
). This allows users to send non-Send types to other threads, which can lead to data race bugs or other undefined behavior.
References
Detect and mitigate GHSA-jf43-3v8j-qwwr 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 →