Files
advisory-db/crates/json/RUSTSEC-2022-0081.md
Sandro-Alessio Gierens d401af5af8 Add jzon as alternative recommendation for json (#1759)
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-08-25 17:52:15 +00:00

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)