mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-05 11:10:38 +01:00
Merge pull request #328 from Qwaz/ozone
Security advisory for bqv/ozone
This commit is contained in:
12
crates/ozone/RUSTSEC-0000-0000.toml
Normal file
12
crates/ozone/RUSTSEC-0000-0000.toml
Normal 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 = []
|
||||
Reference in New Issue
Block a user