Skip to content

feat(fuzz): add yaml_fuzz target#1146

Merged
chaliy merged 1 commit intomainfrom
feat/issue-1097-yaml-fuzz
Apr 8, 2026
Merged

feat(fuzz): add yaml_fuzz target#1146
chaliy merged 1 commit intomainfrom
feat/issue-1097-yaml-fuzz

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Apr 7, 2026

Summary

  • Add fuzz target for the hand-written YAML parser in builtins/yaml.rs
  • Tests parsing with get queries, keys listing, and type detection
  • Exercises nested structures, special characters, and multiline strings

Closes #1097

Test plan

  • cargo check in fuzz crate passes
  • cargo fmt --check clean
  • cargo clippy clean

Closes #1097 — Fuzz target for the hand-written YAML parser in the
yaml builtin. Tests parsing with get queries, keys listing, and type
detection on arbitrary YAML documents.
@chaliy chaliy force-pushed the feat/issue-1097-yaml-fuzz branch from ad43b7a to 51c7e67 Compare April 7, 2026 14:17
@chaliy chaliy merged commit 80891dd into main Apr 8, 2026
18 checks passed
@chaliy chaliy deleted the feat/issue-1097-yaml-fuzz branch April 8, 2026 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fuzz: add yaml_fuzz target

1 participant