AndersDJohnson / AndersDJohnson/template.sh
Escape characters
Open
- Dominant language
- Shell
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
E.g. using `>` character in a template is currently broken since Bash considers this the output redirect operator. Need to consider escaping such characters from the input before calling `eval`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with a template containing the \u003e character, then trace the template input up to the eval call mentioned in the report. Done means template characters such as \u003e are handled as input rather than being interpreted by Bash as output redirection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100