From cdcbc33c5826fc85d31212bdc1907a74e2759523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Thei=C3=9Fen?= Date: Sun, 23 Oct 2022 13:04:08 +0200 Subject: [PATCH] Add unmaintained `parity-wasm` (#1441) --- crates/parity-wasm/RUSTSEC-0000-0000.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 crates/parity-wasm/RUSTSEC-0000-0000.md diff --git a/crates/parity-wasm/RUSTSEC-0000-0000.md b/crates/parity-wasm/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..32fd224 --- /dev/null +++ b/crates/parity-wasm/RUSTSEC-0000-0000.md @@ -0,0 +1,16 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "parity-wasm" +date = "2022-10-01" +url = "https://github.com/paritytech/parity-wasm/pull/334" +informational = "unmaintained" + +[versions] +patched = [] +``` + +# Crate `parity-wasm` deprecated by the author + +[This PR](https://github.com/paritytech/parity-wasm/pull/334) explicitly deprecates `parity-wasm`. +The author recommends switching to [wasm-tools](https://github.com/bytecodealliance/wasm-tools).