Skip to content

Remove deprecated tempdir dependency#5

Merged
johnchildren merged 1 commit intomasterfrom
deps/replace-tempdir
May 26, 2023
Merged

Remove deprecated tempdir dependency#5
johnchildren merged 1 commit intomasterfrom
deps/replace-tempdir

Conversation

@johnchildren
Copy link
Copy Markdown
Collaborator

tempdir had a dependency on remove_dir_all with was subject to a CWE

GHSA-mc8h-8q98-g5hr

As tempdir is deprecated this commit switches to using tempfile which contains much of the functionality of tempfile. As this will change the location in which some of the files are created this commit also bumps the minor version of the crate.

`tempdir` had a dependency on `remove_dir_all` with was subject to a CWE

GHSA-mc8h-8q98-g5hr

As `tempdir` is deprecated this commit switches to using `tempfile`
which contains much of the functionality of `tempfile`. As this will
change the location in which some of the files are created this commit
also bumps the minor version of the crate.
@johnchildren johnchildren merged commit 5208745 into master May 26, 2023
@johnchildren johnchildren deleted the deps/replace-tempdir branch June 22, 2023 08:37
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