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