prompt_package's own minimal JSON parser already rejects a name/ version value containing a literal newline or backslash, but a raw control byte (e.g. an ESC-based terminal escape sequence) embedded directly in the string passed through unfiltered and was written to the prompt as-is. Extends the existing check to also strip C0 control characters and DEL from the extracted value before it's stored. |
||
|---|---|---|
| .. | ||
| configure.zsh | ||
| icons.zsh | ||
| notes.md | ||
| p10k.zsh | ||
| parser.zsh | ||
| wizard.zsh | ||
| worker.zsh | ||