CVE-2020-36454: Data races in parc
(updated )
In the affected versions of this crate, LockWeak unconditionally implemented Send with no trait bounds on T. LockWeak 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
Detect and mitigate CVE-2020-36454 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 →