From e296e1697868b7215eb69113444740b94e97f71e Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Thu, 7 May 2020 14:10:02 +0300 Subject: [PATCH] Add advisory for bigint --- crates/bigint/RUSTSEC-0000-0000.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 crates/bigint/RUSTSEC-0000-0000.toml diff --git a/crates/bigint/RUSTSEC-0000-0000.toml b/crates/bigint/RUSTSEC-0000-0000.toml new file mode 100644 index 0000000000..80283f88fe --- /dev/null +++ b/crates/bigint/RUSTSEC-0000-0000.toml @@ -0,0 +1,20 @@ +[advisory] +id = "RUSTSEC-0000-0000" + +package = "bigint" + +date = "2020-05-07" + +title = "Undefined Behavior" + +categories = ["memory-corruption"] + +keywords = ["ub", "undefined", "uninit"] + +description = """ +Affected versions of this crate contained multiple Undefined Behaviours +Triggering Undefined Behavior can produce unknown results and thus isn't safe to use +""" + +[versions] +patched = []