We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222ccf8 commit 2baed2bCopy full SHA for 2baed2b
crates/inconceivable/RUSTSEC-0000-0000.md
@@ -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