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

Cargo-deny: ignore RUSTSEC-2023-0071 advisory #186

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

TKussel
Copy link
Member

@TKussel TKussel commented Dec 14, 2023

Currently no patched version of the rsa crate affected by the side-channel attack published as RUSTSEC-2023-0071 exists, but we use OAEP with either 2048 or 4096 bit keys, which is deemed impractical by the security researcher. Hence, this PR adds it to the cargo-deny ignore list for the time being.

@TKussel TKussel requested review from lablans and Threated December 14, 2023 08:06
@TKussel TKussel merged commit 9fea1cb into develop Dec 14, 2023
16 checks passed
@TKussel TKussel deleted the hotfix/ignore-RUSTSEC-2023-071 branch December 14, 2023 08:13
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.

2 participants