mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
cache: exposes internally used raw pointer (#543)
Co-authored-by: Tony Arcieri <bascule@gmail.com>
This commit is contained in:
18
crates/cache/RUSTSEC-0000-0000.md
vendored
Normal file
18
crates/cache/RUSTSEC-0000-0000.md
vendored
Normal 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.
|
||||
Reference in New Issue
Block a user