File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @godaddy/cli
22
3+ ## 0.2.2
4+
5+ ### Patch Changes
6+
7+ - e6f6ae3: Hardened CLI security in three areas without changing intended workflows:
8+
9+ - Block extension deploy path traversal by validating ` handle ` and ` source ` stay within the extension workspace.
10+ - Quote and escape generated ` .env ` values to prevent newline/comment-based env injection.
11+ - Restrict truncation ` full_output ` dump permissions to owner-only (` 0700 ` dir, ` 0600 ` files).
12+
13+ Also adds regression tests covering these protections.
14+
315## 0.2.1
416
517### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @godaddy/cli" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " GoDaddy CLI for managing applications and webhooks" ,
55 "keywords" : [
66 " godaddy" ,
You can’t perform that action at this time.
0 commit comments