oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

yaml-rust: initial integration

Open manunio opened this issue 3 years ago • 2 comments

Hi, yaml-rust is a pure Rust YAML 1.2 implementation, which enjoys the memory safety property and other benefits from the Rust language. The parser is heavily influenced by libyaml and yaml-cpp. The project has been downloaded 25 million times here and 250 projects depend on it as show here

manunio avatar Aug 14 '22 14:08 manunio

That library is unmaintained/abandoned, so I don't know that fuzzing would be any use. Supposing it turns up anything, fixes would not be accepted.

dtolnay avatar Aug 14 '22 16:08 dtolnay

That library is unmaintained/abandoned, so I don't know that fuzzing would be any use. Supposing it turns up anything, fixes would not be accepted.

Hi, thanks for update, i saw this comment https://github.com/chyh1990/yaml-rust/pull/190#issuecomment-1184790301 before making this PR, not sure how much is it true. later it might change maintainer or get forked. so I'll wait for oss-fuzz team decision. :)

manunio avatar Aug 14 '22 16:08 manunio

That library is unmaintained/abandoned, so I don't know that fuzzing would be any use. Supposing it turns up anything, fixes would not be accepted.

~~Hi, thanks for update, i saw this comment chyh1990/yaml-rust#190 (comment) before making this PR, not sure how much is it true. later it might change maintainer or get forked. so I'll wait for oss-fuzz team decision. :)~~

Never-mind project is unmaintained/abandoned!

manunio avatar Oct 04 '22 19:10 manunio