Add unmaintained crate advisory for stdweb (#439)

Closes #391
This commit is contained in:
Tony Arcieri
2020-10-25 11:08:58 -07:00
committed by GitHub
parent 5751a5f4cc
commit 6544190137

View File

@@ -0,0 +1,22 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "stdweb"
date = "2020-05-04"
url = "https://github.com/koute/stdweb/issues/403"
informational = "unmaintained"
[versions]
patched = []
unaffected = ["> 0.4.20"]
```
# stdweb is unmaintained
The author of the `stdweb` crate is unresponsive.
Maintained alternatives:
- [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen)
- [`js-sys`](https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys)
- [`web-sys`](https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys)