PT-2023-36098 · Rust+1 · Rust+1

Published

2023-02-14

·

Updated

2023-02-14

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions safemem (affected versions not specified)
Description The safemem repository has been archived by its author, with the latest crates.io release dating back to 2019. For migration purposes, several functions can be replaced with their equivalents in newer versions of Rust. The safemem::copy over function can be replaced with slice.copy within as of Rust 1.37.0. The safemem::write bytes function can be replaced with slice.fill as of Rust 1.50.0. Additionally, the safemem::prepend function can be replaced with a combination of vec.extend from slice and vec.rotate left as of Rust 1.26.0.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Related Identifiers

RUSTSEC-2023-0081

Affected Products

Rust
Safemem