mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-27 06:29:31 +01:00
Mark crate cosmwasm as unmaintained (#1856)
This commit is contained in:
23
crates/cosmwasm/RUSTSEC-0000-0000.md
Normal file
23
crates/cosmwasm/RUSTSEC-0000-0000.md
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user