Summary
Add a fuzz target for the csv builtin (builtins/csv.rs). It has a custom CSV parser with quote handling that could have edge cases with malformed input.
Scope
- Fuzz arbitrary CSV data with various delimiters and quote styles
- Test mismatched quotes, embedded newlines, empty fields
Priority
Medium — custom parser with quote-handling logic.
Summary
Add a fuzz target for the
csvbuiltin (builtins/csv.rs). It has a custom CSV parser with quote handling that could have edge cases with malformed input.Scope
Priority
Medium — custom parser with quote-handling logic.