emk / rust-musl-builder

Docker images for compiling static Rust binaries using musl-libc and musl-gcc, with static versions of useful C libraries. Supports openssl and diesel crates.
Apache License 2.0
1.54k stars 193 forks source link

fix: update mdbook version due to CVE-2020-26297 #113

Closed kyle-mccarthy closed 3 years ago

kyle-mccarthy commented 3 years ago

Earlier today rust released a blog post for the mdBook security advisory for CVE-2020-26297.

This is a super basic PR that bumps the mdbook version from 0.4.4 to 0.4.5.

emk commented 3 years ago

Thank you very much! I fixed this myself in https://github.com/emk/rust-musl-builder/commit/42159c2334b0fdf145e825cadbf0125c9ec6572e because I also wanted to update the CHANGELOG with a description of why this was important.

I really appreciate you finding and reporting this!