From 1aa3d292e7fb19d3191845c8573fc409905e8510 Mon Sep 17 00:00:00 2001 From: Yechan Bae Date: Tue, 25 Aug 2020 22:31:38 -0400 Subject: [PATCH] Initial report for 0009-chunky --- crates/chunky/RUSTSEC-0000-0000.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 crates/chunky/RUSTSEC-0000-0000.toml diff --git a/crates/chunky/RUSTSEC-0000-0000.toml b/crates/chunky/RUSTSEC-0000-0000.toml new file mode 100644 index 0000000..2c4b238 --- /dev/null +++ b/crates/chunky/RUSTSEC-0000-0000.toml @@ -0,0 +1,13 @@ +[advisory] +id = "RUSTSEC-0000-0000" +package = "chunky" +date = "2020-08-25" +informational = "unsound" +title = "Chunk API does not respect align requirement" +url = "https://github.com/aeplay/chunky/issues/2" +description = """ +Chunk API does not respect the align requirement of types. Unaligned reference can be created with the API, which is an undefined behavior. +""" + +[versions] +patched = []