`temporary` makes use of uninitialized memory
Moderate severity
GitHub Reviewed
Published
Aug 11, 2022
to the GitHub Advisory Database
•
Updated Jun 13, 2023
Description
Published to the GitHub Advisory Database
Aug 11, 2022
Reviewed
Aug 11, 2022
Last updated
Jun 13, 2023
Uninitialized memory is used as a RNG seed in temporary. This has been resolved in the 0.6.4 release. The crate is not intended to be used outside of a testing environment. For a general purpose crate to create temporary directories,
tempfile
is an alternative for this crate.References