Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/curvy-wolves-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@godaddy/cli": patch
---

Hardened CLI security in three areas without changing intended workflows:

- Block extension deploy path traversal by validating `handle` and `source` stay within the extension workspace.
- Quote and escape generated `.env` values to prevent newline/comment-based env injection.
- Restrict truncation `full_output` dump permissions to owner-only (`0700` dir, `0600` files).

Also adds regression tests covering these protections.