Skip to content

Commit f29fc89

Browse files
Merge pull request #10 from godaddy/codex/security-hardening-changeset
chore: add changeset for security hardening fixes
2 parents f853a4f + e6f6ae3 commit f29fc89

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.changeset/curvy-wolves-prove.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@godaddy/cli": patch
3+
---
4+
5+
Hardened CLI security in three areas without changing intended workflows:
6+
7+
- Block extension deploy path traversal by validating `handle` and `source` stay within the extension workspace.
8+
- Quote and escape generated `.env` values to prevent newline/comment-based env injection.
9+
- Restrict truncation `full_output` dump permissions to owner-only (`0700` dir, `0600` files).
10+
11+
Also adds regression tests covering these protections.

0 commit comments

Comments
 (0)