GHSA-xwxc-j97j-84gf: Race condition in Parc
(updated )
In the affected versions of this crate, LockWeak<T> unconditionally implemented Send with no trait bounds on T. LockWeak<T> doesn’t own T and only provides &T. This allows concurrent access to a non-Sync T, which can cause undefined behavior like data races.
References
Code Behaviors & Features
Detect and mitigate GHSA-xwxc-j97j-84gf 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 →