cache: exposes internally used raw pointer (#543)

Co-authored-by: Tony Arcieri <bascule@gmail.com>
This commit is contained in:
Stefan Bühler
2021-01-19 16:40:52 +01:00
committed by GitHub
parent 315e464cd6
commit 97aa97b0b7

18
crates/cache/RUSTSEC-0000-0000.md vendored Normal file
View File

@@ -0,0 +1,18 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "cache"
date = "2021-01-01"
url = "https://github.com/krl/cache/issues/2"
informational = "unsound"
categories = ["memory-corruption"]
keywords = ["soundness"]
[versions]
patched = []
```
# Exposes internally used raw pointer
Affected versions of this crate dereference a raw pointer that can be modified
without using `unsafe` code.