Skip to content

feat(fuzz): add envsubst_fuzz target#1144

Merged
chaliy merged 1 commit intomainfrom
feat/issue-1105-envsubst-fuzz
Apr 7, 2026
Merged

feat(fuzz): add envsubst_fuzz target#1144
chaliy merged 1 commit intomainfrom
feat/issue-1105-envsubst-fuzz

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Apr 7, 2026

Summary

  • Add fuzz target for the envsubst builtin covering arbitrary text with variable references
  • Tests special characters in variable names, nested references, unclosed braces, -v flag, and SHELL-FORMAT restriction

Test plan

  • cargo check passes in fuzz directory
  • CI green

Closes #1105

Fuzz the envsubst builtin with arbitrary text containing variable
references. Tests special characters in variable names, nested
references, unclosed braces, -v flag, and SHELL-FORMAT restriction.

Closes #1105
@chaliy chaliy merged commit 527d6fd into main Apr 7, 2026
18 checks passed
@chaliy chaliy deleted the feat/issue-1105-envsubst-fuzz branch April 7, 2026 06:03
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 envsubst_fuzz target

1 participant