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

Fix RUSTSEC-2020-0077 by replacing memmap with memmap2 #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Spindel
Copy link

@Spindel Spindel commented Jan 5, 2022

This replaces the unmaintained memmap crate with the memmap2 crate in
order to fix the recurring security issue.

In order to get a new and shiny build with the updated dependency, we
have to bump the patch version of the package.

Some details here: danburkert/memmap-rs#90

This replaces the unmaintained memmap crate with the memmap2 crate in
order to fix the recurring security issue.

In order to get a new and shiny build with the updated dependency, we
have to bump the patch version of the package.

Some details here: danburkert/memmap-rs#90
This fixes an audit warning due to the old pretty_assertions depending
on an unmaintained and apparently security vulnerable package.

By simply updating pretty_assertions to the stable 1.0 release, that is
fixed neatly.
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.

1 participant