Summary
Add a fuzz target for the yaml builtin (builtins/yaml.rs). It uses a hand-written YAML parser (not a standard library) — high risk for edge cases.
Scope
- Fuzz arbitrary YAML documents
- Test nested structures, anchors, special characters, multiline strings
- Run via full interpreter with resource limits
Priority
High — hand-written parser is more likely to have edge cases than library-based ones.
Summary
Add a fuzz target for the
yamlbuiltin (builtins/yaml.rs). It uses a hand-written YAML parser (not a standard library) — high risk for edge cases.Scope
Priority
High — hand-written parser is more likely to have edge cases than library-based ones.