Skip to content

Commit e743fbb

Browse files
Merge pull request #11 from godaddy/changeset-release/main
Version Packages
2 parents 4bef007 + 5f2e62a commit e743fbb

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/curvy-wolves-prove.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)