Skip to content

Commit 9ad1631

Browse files
authored
Add an unmaintained crate advisory for yaml-rust (#1922)
Closes: #1921
1 parent 369d98c commit 9ad1631

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

crates/yaml-rust/RUSTSEC-2024-0320.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-2024-0320"
4+
package = "yaml-rust"
5+
date = "2024-03-20"
6+
informational = "unmaintained"
7+
url = "https://github.com/rustsec/advisory-db/issues/1921"
8+
9+
[versions]
10+
patched = []
11+
unaffected = []
12+
```
13+
14+
# yaml-rust is unmaintained.
15+
16+
The maintainer seems [unreachable](https://github.com/chyh1990/yaml-rust/issues/197).
17+
18+
Many issues and pull requests have been submitted over the years
19+
without any [response](https://github.com/chyh1990/yaml-rust/issues/160).
20+
21+
## Alternatives
22+
23+
Consider switching to the actively maintained `yaml-rust2` fork of the original project:
24+
25+
- [yaml-rust2](https://github.com/Ethiraric/yaml-rust2)
26+
- [yaml-rust2 @ crates.io](https://crates.io/crates/yaml-rust2))

0 commit comments

Comments
 (0)