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

Audit advisory for remove_dir_all, via tempfile #672

Closed
ZackPierce opened this issue Apr 13, 2023 · 2 comments
Closed

Audit advisory for remove_dir_all, via tempfile #672

ZackPierce opened this issue Apr 13, 2023 · 2 comments

Comments

@ZackPierce
Copy link

Presently cargo audit reveals the following security advisory for criterion.

https://rustsec.org/advisories/RUSTSEC-2023-0018

The root cause is remove_dir_all, a transitive dev dependency of criterion via tempfile.

The audit warning may be trivially cleared up by updating the tempfile dependency to, say, 3.5.

Per the contributing guidelines, I have not submitted a PR to do so until the maintainers express an interest in fixing this mild security risk.

@nbarrios1337
Copy link
Contributor

nbarrios1337 commented Apr 23, 2023

PR addressing this issue: #675

@waywardmonkeys
Copy link
Contributor

This be closed as it was fixed in #675.

@lemmih lemmih closed this as completed Aug 9, 2023
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

4 participants