Skip to content

Commit aead4ef

Browse files
authored
Merge pull request #328 from Qwaz/ozone
Security advisory for bqv/ozone
2 parents 73b40e7 + ee09393 commit aead4ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

crates/ozone/RUSTSEC-0000-0000.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[advisory]
2+
id = "RUSTSEC-0000-0000"
3+
package = "ozone"
4+
date = "2020-07-04"
5+
title = "Ozone contains several memory safety issues"
6+
description = """
7+
Ozone contains several memory safety issues including [out-of-bound access](https://github.com/bqv/ozone/blob/e21f948b0178ab305f644118f18d87a838c618e0/src/buffer.rs#L38-L48)
8+
and dropping of [uninitialized memory](https://github.com/bqv/ozone/blob/e21f948b0178ab305f644118f18d87a838c618e0/src/map.rs#L94-L101).
9+
"""
10+
11+
[versions]
12+
patched = []

0 commit comments

Comments
 (0)