Merge pull request #328 from Qwaz/ozone

Security advisory for bqv/ozone
This commit is contained in:
Sergey "Shnatsel" Davidoff
2020-07-04 22:22:31 +02:00
committed by GitHub

View File

@@ -0,0 +1,12 @@
[advisory]
id = "RUSTSEC-0000-0000"
package = "ozone"
date = "2020-07-04"
title = "Ozone contains several memory safety issues"
description = """
Ozone contains several memory safety issues including [out-of-bound access](https://github.com/bqv/ozone/blob/e21f948b0178ab305f644118f18d87a838c618e0/src/buffer.rs#L38-L48)
and dropping of [uninitialized memory](https://github.com/bqv/ozone/blob/e21f948b0178ab305f644118f18d87a838c618e0/src/map.rs#L94-L101).
"""
[versions]
patched = []