From a623e80cfcc7680998c55192e15cda574138b135 Mon Sep 17 00:00:00 2001 From: Simon Warta <2603011+webmaster128@users.noreply.github.com> Date: Sun, 21 Jan 2024 15:50:42 +0100 Subject: [PATCH] Mark crate cosmwasm as unmaintained (#1856) --- crates/cosmwasm/RUSTSEC-0000-0000.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 crates/cosmwasm/RUSTSEC-0000-0000.md diff --git a/crates/cosmwasm/RUSTSEC-0000-0000.md b/crates/cosmwasm/RUSTSEC-0000-0000.md new file mode 100644 index 000000000..3294a430a --- /dev/null +++ b/crates/cosmwasm/RUSTSEC-0000-0000.md @@ -0,0 +1,23 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "cosmwasm" +date = "2024-01-20" +url = "https://github.com/CosmWasm/cosmwasm/issues/1430" +informational = "unmaintained" +categories = [] +license = "CC0-1.0" + +[versions] +patched = [] +``` + +# `cosmwasm` is unmaintained + +The crate `cosmwasm` is [not used anymore] since spring 2020. +The functionality was split in multiple different crates, such as the standard library `cosmwasm-std` and the virtual machine `cosmwasm-vm`. An overview can be found in the [cosmwasm repository]. + +If you have this crate in your dependency tree, this is very likely by mistake and should be corrected. + +[not used anymore]: https://github.com/CosmWasm/cosmwasm/issues/1430 +[cosmwasm repository]: https://github.com/CosmWasm/cosmwasm