-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serde_yaml is unmaintained #2132
Comments
Regarding this, I've decided to actually commit to maintaining it, since it has made it's way into too many projects I care about. |
See also #2212 |
https://x.com/davidtolnay/status/1884351128332296594
Sounds like an advisory should be done, especially for |
To be fair, I know of a few other c libs that have embargoed vulns with worse lifetimes than that, that haven't been fixed yet to my knowledge, so I wouldn't put that against libyaml (the kernel will have vulns with lifetimes like this that are embargoed for years IIRC), but the being unmaintained part is a bigger problem. |
https://crates.io/crates/serde_yaml latest version is "v0.9.34+deprecated" - uploaded March 2024
Repo https://github.com/dtolnay/serde-yaml was also archived.
Forks:
https://github.com/sebastienrousseau/serde_yml/commits/master/ - 110 commits - uses https://crates.io/crates/libyml instead of also unmaintained(see Concerns with serde_yml #2212)unsafe-libyaml
Alternatives:
The text was updated successfully, but these errors were encountered: