We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f853a4f + e6f6ae3 commit f29fc89Copy full SHA for f29fc89
.changeset/curvy-wolves-prove.md
@@ -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