Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for CVE-2022-23639 #15

Merged

Conversation

TheQuantumPhysicist
Copy link
Contributor

Update crossbeam-channel to use the latest version of crossbeam-utils that's not vulenrable

…rsion of crossbeam-utils that's not vulenrable
@LukasKalbertodt
Copy link
Owner

Hi there! I don't think libtest-mimic is actually affected. This issue says that crossbeam-utils 0.7.x is affected, but it requires a nightly feature to hit the security vulnerability. Which libtest-mimic is not using. crossbeam-channel 0.4.2 and crossbeam-utils 0.7.2 have also not been yanked.

That said, updating crossbeam-channel seems like a good idea anyway to deduplicate some indirect dependencies. And the only breaking change from 0.4.x to 0.5.x seems to be bumping the MSRV to 1.36, but libtest-mimic is at 1.56 anyway.

Thanks!

@LukasKalbertodt LukasKalbertodt merged commit ae60e33 into LukasKalbertodt:master Jun 7, 2022
@LukasKalbertodt
Copy link
Owner

Released as 0.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants