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

Migrate webpki dependency to rustls-webpki to mitigate RUSTSEC-2023-0052 #327

Closed
fuchsnj opened this issue Aug 22, 2023 · 4 comments
Closed

Comments

@fuchsnj
Copy link
Contributor

fuchsnj commented Aug 22, 2023

There is a security advisory for a CPU denial of service in the webpki crate, which is a dependency of bollard.
The webpki crate appears to be unmaintained. The latest version of rustls-webpki contains a fix for this.

Advisory: https://rustsec.org/advisories/RUSTSEC-2023-0052.html

@fussybeaver
Copy link
Owner

fussybeaver commented Aug 28, 2023

Thanks for the PR #328 let's close this

@dmartin
Copy link
Contributor

dmartin commented Aug 29, 2023

Would it be possible to do a patch release that includes this fix?
We can use a git commit in Cargo.toml for now to avoid the security advisory warning, but that feels a little clunky.

@fussybeaver
Copy link
Owner

Yes, I can try to schedule a patch release in a couple of weeks when I'm back and have some time.

@dmartin
Copy link
Contributor

dmartin commented Aug 29, 2023

Much appreciated, and thank you for all of your hard work on this library!

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

No branches or pull requests

3 participants