mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-15 22:04:38 +01:00
30 lines
860 B
Markdown
30 lines
860 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2022-0081"
|
|
package = "json"
|
|
date = "2022-02-01"
|
|
url = "https://github.com/maciejhirsz/json-rust/issues/205"
|
|
references = ["https://github.com/maciejhirsz/json-rust/issues/196"]
|
|
informational = "unmaintained"
|
|
|
|
[versions]
|
|
patched = []
|
|
```
|
|
|
|
# json is unmaintained
|
|
|
|
Last release was almost 3 years ago.
|
|
|
|
The maintainer is unresponsive with outstanding issues.
|
|
|
|
One of the outstanding issues include [a possible soundness issue](https://github.com/maciejhirsz/json-rust/issues/196).
|
|
|
|
## Possible Alternative(s)
|
|
|
|
The below list has not been vetted in any way and may or may not contain alternatives;
|
|
|
|
- [jzon](https://crates.io/crates/jzon) maintained fork of json
|
|
- [serde_json](https://crates.io/crates/serde_json)
|
|
- [json-deserializer](https://crates.io/crates/json-deserializer)
|
|
- [simd-json](https://crates.io/crates/simd-json)
|