Add misaligned-access soundness issue for dync crate

This commit is contained in:
Ammar Askar
2020-09-27 11:55:23 -07:00
parent cdbb09428a
commit 7f5deb94c0

View File

@@ -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 = []