From 5c8b2e64a27af548443d805ce20cdf4b8f12595f Mon Sep 17 00:00:00 2001 From: Kaitlyn Kenwell Date: Wed, 2 Dec 2020 14:13:46 -0500 Subject: [PATCH] Create advisory for memmap (#501) --- crates/memmap/RUSTSEC-0000-0000.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 crates/memmap/RUSTSEC-0000-0000.md diff --git a/crates/memmap/RUSTSEC-0000-0000.md b/crates/memmap/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..0d79eba --- /dev/null +++ b/crates/memmap/RUSTSEC-0000-0000.md @@ -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) +