Create advisory for memmap (#501)

This commit is contained in:
Kaitlyn Kenwell
2020-12-02 14:13:46 -05:00
committed by GitHub
parent 5f98540c7e
commit 5c8b2e64a2

View File

@@ -0,0 +1,22 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "memmap"
date = "2020-12-02"
url = "https://github.com/danburkert/memmap-rs/issues/90"
informational = "unmaintained"
[versions]
patched = []
unaffected = ["> 0.7.0"]
```
# memmap is unmaintained
The author of the `memmap` crate is unresponsive.
Maintained alternatives:
- [`mapr`](https://github.com/filecoin-project/mapr)
- [`memmap2`](https://github.com/RazrFalcon/memmap2-rs)