From ce9b3be5b30406397da4ada0cea12a21f9e1f979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20S=C3=A1nchez=20Mu=C3=B1oz?= Date: Thu, 19 Mar 2020 20:19:21 +0100 Subject: [PATCH] Add advisory for cbox --- crates/cbox/RUSTSEC-0000-0000.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crates/cbox/RUSTSEC-0000-0000.toml diff --git a/crates/cbox/RUSTSEC-0000-0000.toml b/crates/cbox/RUSTSEC-0000-0000.toml new file mode 100644 index 0000000..b5b71f0 --- /dev/null +++ b/crates/cbox/RUSTSEC-0000-0000.toml @@ -0,0 +1,15 @@ +[advisory] +id = "RUSTSEC-0000-0000" +package = "cbox" +date = "2020-03-19" +title = "CBox API allows to de-reference raw pointers without `unsafe` code" +url = "https://github.com/TomBebbington/cbox-rs/issues/2" +categories = ["memory-corruption"] +description = """ +`CBox` and `CSemiBox` are part of the public API of the cbox crate +and they allow to create smart pointers from raw pointers and de-reference +them without the need of `unsafe` code. +""" + +[versions] +patched = []