-
Notifications
You must be signed in to change notification settings - Fork 271
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
Upgrading from crossbeam-utils 0.7 #1318
Comments
I did a bit of digging on this, and now I believe Apollo router is not affected by GHSA-qc84-gqf4-9926 at all, even for those target platforms. I am currently confirming this to the creators of Here is a summary:
I am also asking the crossbeam creators if they can publish a new v0.8.x of I will let you know if I get any response from them. |
Hi. I fixed the blocking issue in I published |
This is great, thank you! |
Dependabots reports that we may be affected by GHSA-qc84-gqf4-9926. In order to remove crossbeam-utils 0.7.x from our dependency graph we would need for
moka
to upgrade itscrossbeam-epoch
dependency, which is unfortunately blocked at the moment.https://github.com/moka-rs/moka/blob/v0.8.6/Cargo.toml#L52-L55
moka-rs/moka#34 (comment)
However this crossbeam-utils 0.7 issue only occurs on 32-bit platform. It is unlikely that any router user targets such a platform, but we could add something to artificially make compilation warn or fail in that case.
The text was updated successfully, but these errors were encountered: