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

Update tokio minimum version #398

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Conversation

ansasaki
Copy link
Contributor

To reduce the risk of being compiled with an outdated vulnerable
version, update the tokio minimum required version.

This is to avoid tokio < 1.13.1, which is affected by:
https://rustsec.org/advisories/RUSTSEC-2021-0124.html

This solves the possible vulnerability listed in:
https://deps.rs/repo/github/keylime/rust-keylime

Signed-off-by: Anderson Toshiyuki Sasaki [email protected]

To reduce the risk of being compiled with an outdated vulnerable
version, update the tokio minimum required version.

This is to avoid tokio < 1.13.1, which is affected by:
https://rustsec.org/advisories/RUSTSEC-2021-0124.html

This solves the possible vulnerability listed in:
https://deps.rs/repo/github/keylime/rust-keylime

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
Copy link
Contributor

@ueno ueno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, perhaps we could enable dependabot automation for this kind of issue?
https://github.blog/2022-06-06-github-brings-supply-chain-security-features-to-the-rust-community/

@ansasaki
Copy link
Contributor Author

LGTM, perhaps we could enable dependabot automation for this kind of issue? https://github.blog/2022-06-06-github-brings-supply-chain-security-features-to-the-rust-community/

This looks great! I'll investigate and try to use this in our repo.

@lkatalin Could you please add this to the roadmap for rust agent as official agent?

@lkatalin
Copy link
Contributor

@lkatalin Could you please add this to the roadmap for rust agent as official agent?

Yes! This was on my mind. I've just added it to the roadmap.

@lkatalin lkatalin merged commit 74ed4ae into keylime:master Jun 13, 2022
@ansasaki ansasaki deleted the bump_tokio branch September 27, 2023 08:33
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.

4 participants