-
Notifications
You must be signed in to change notification settings - Fork 9
fuzz: add envsubst_fuzz target #1105
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add a fuzz target for the envsubst builtin (builtins/envsubst.rs). It parses $VAR and ${VAR} patterns in arbitrary text.
Scope
- Fuzz arbitrary text with variable references
- Test edge cases with special characters in variable names, nested references, unclosed braces
Priority
Low — simpler substitution logic, but edge cases with malformed references are worth testing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request