RUSTSEC-2025-0028: Indicate 'cve-rs' is a joke

This commit is contained in:
Speykious
2025-05-06 22:55:11 +02:00
committed by Dirkjan Ochtman
parent 91f650dad5
commit 6c750492d5

View File

@@ -15,6 +15,8 @@ unaffected = []
# cve-rs introduces memory vulnerabilities in safe Rust
`cve-rs` allows you to introduce common memory vulnerabilities (such as buffer overflows and segfaults) into your Rust program in a memory safe manner.
This crate is a joke and should never be used.
`cve-rs` provides demonstrations of common memory vulnerabilities (such as buffer overflows and segfaults) implemented completely within safe Rust.
Internally, this crate does not use unsafe code, it instead exploits a soundness bug in rustc: https://github.com/rust-lang/rust/issues/25860