Skip to content

Commit 2baed2b

Browse files
authored
Add notice inconceivable (#1430)
1 parent 222ccf8 commit 2baed2b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "inconceivable"
5+
date = "2022-09-28"
6+
informational = "notice"
7+
url = "https://crates.io/crates/inconceivable"
8+
9+
[versions]
10+
patched = []
11+
```
12+
13+
# Library exclusively intended to inject UB into safe Rust.
14+
15+
Quoting from the crate description:
16+
17+
> This crate is created purely to inject undefined behavior into stable, safe rust.
18+
19+
Specifically, the `inconceivable!` macro is insta-UB if the `ub_inconceivable` feature is enabled by *any* reverse dependency.
20+
The value this adds is questionable, and hides `unsafe` code from naive analysis.

0 commit comments

Comments
 (0)