From a7dbc8f6ec50585b22e2af350e8f679205eae167 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Mon, 26 Aug 2024 12:16:21 +0200 Subject: [PATCH] Add cw0 advisory --- crates/cw0/RUSTSEC-0000-0000.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 crates/cw0/RUSTSEC-0000-0000.md diff --git a/crates/cw0/RUSTSEC-0000-0000.md b/crates/cw0/RUSTSEC-0000-0000.md new file mode 100644 index 000000000..8dbcd8340 --- /dev/null +++ b/crates/cw0/RUSTSEC-0000-0000.md @@ -0,0 +1,18 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "cw0" +date = "2024-08-26" +url = "https://github.com/CosmWasm/cw-plus/issues/471" +informational = "unmaintained" +categories = [] + +[versions] +patched = [] +``` + +# `cw0` is unmaintained + +The crate `cw0` was first [renamed to `utils`](https://github.com/CosmWasm/cw-plus/pull/508) in 2021 and [then to `cw-utils`](https://github.com/CosmWasm/cw-plus/pull/598) because `utils` was already claimed on crates.io. + +The crate `cw0` is not maintained anymore since then and should be replaced with `cw-utils`.