mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Add notice inconceivable (#1430)
This commit is contained in:
20
crates/inconceivable/RUSTSEC-0000-0000.md
Normal file
20
crates/inconceivable/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,20 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "inconceivable"
|
||||
date = "2022-09-28"
|
||||
informational = "notice"
|
||||
url = "https://crates.io/crates/inconceivable"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# Library exclusively intended to inject UB into safe Rust.
|
||||
|
||||
Quoting from the crate description:
|
||||
|
||||
> This crate is created purely to inject undefined behavior into stable, safe rust.
|
||||
|
||||
Specifically, the `inconceivable!` macro is insta-UB if the `ub_inconceivable` feature is enabled by *any* reverse dependency.
|
||||
The value this adds is questionable, and hides `unsafe` code from naive analysis.
|
||||
Reference in New Issue
Block a user