From 7f5deb94c0d2720656262a170c32d426e0323362 Mon Sep 17 00:00:00 2001 From: Ammar Askar Date: Sun, 27 Sep 2020 11:55:23 -0700 Subject: [PATCH] Add misaligned-access soundness issue for dync crate --- crates/dync/RUSTSEC-0000-0000.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 crates/dync/RUSTSEC-0000-0000.toml diff --git a/crates/dync/RUSTSEC-0000-0000.toml b/crates/dync/RUSTSEC-0000-0000.toml new file mode 100644 index 0000000..d40380a --- /dev/null +++ b/crates/dync/RUSTSEC-0000-0000.toml @@ -0,0 +1,14 @@ +[advisory] +id = "RUSTSEC-0000-0000" +package = "dync" +date = "2020-09-27" +informational = "unsound" +title = "VecCopy allows misaligned access to elements" +url = "https://github.com/elrnv/dync/issues/4" +description = """ +`VecCopy::data` is created as a Vec of u8 but can be used to store and retrieve +elements of different types leading to misaligned access. +""" + +[versions] +patched = []