Merge pull request #411 from ammaraskar/0018-dync

Add misaligned-access soundness issue for dync crate
This commit is contained in:
Sergey "Shnatsel" Davidoff
2020-09-27 21:09:51 +02:00
committed by GitHub

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