Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: Migrate from tempdir to tempfile crate #91

Merged
merged 1 commit into from
Nov 15, 2023

Commits on Nov 13, 2023

  1. fix: Migrate from tempdir to tempfile crate

    tempdir is obsolete and relies on remove_dir_all 0.5.3 which has a
    security vulnerability. Migrate to using tempfile crate instead.
    References:
    - [RUSTSEC-2018-0017](https://rustsec.org/advisories/RUSTSEC-2018-0017)
    - [RUSTSEC-2013-0018](https://rustsec.org/advisories/RUSTSEC-2023-0018)
    cdaudt committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    68913bb View commit details
    Browse the repository at this point in the history