oss-fuzz
oss-fuzz copied to clipboard
yaml-rust: initial integration
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
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.
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. :)
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!