v0.2.2
Patch Changes
-
e6f6ae3: Hardened CLI security in three areas without changing intended workflows:
- Block extension deploy path traversal by validating
handleandsourcestay within the extension workspace. - Quote and escape generated
.envvalues to prevent newline/comment-based env injection. - Restrict truncation
full_outputdump permissions to owner-only (0700dir,0600files).
Also adds regression tests covering these protections.
- Block extension deploy path traversal by validating