Skip to content

fuzz: add csv_fuzz target #1100

@chaliy

Description

@chaliy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions