[PR #575] [MERGED] UUID path traversal #629

Closed
opened 2026-02-26 22:31:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/575
Author: @cursor[bot]
Created: 2/16/2026
Status: Merged
Merged: 2/16/2026
Merged by: @rudrankriyam

Base: profiles/local-managementHead: cursor/uuid-path-traversal-b519


📝 Commits (1)

  • 2b883f3 Fix UUID path traversal in profiles local install

📊 Changes

2 files changed (+60 additions, -3 deletions)

View changed files

📝 internal/cli/profiles/local.go (+16 -3)
internal/cli/profiles/local_uuid_test.go (+44 -0)

📄 Description

Summary

  • Sanitize the profile UUID to prevent path traversal vulnerabilities, addressing a high-severity arbitrary file write vulnerability.

Validation

  • make format
  • make lint
  • make test


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/575 **Author:** [@cursor[bot]](https://github.com/apps/cursor) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `profiles/local-management` ← **Head:** `cursor/uuid-path-traversal-b519` --- ### 📝 Commits (1) - [`2b883f3`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/2b883f3fe2703515d541bf906bde6e493a6c13ea) Fix UUID path traversal in profiles local install ### 📊 Changes **2 files changed** (+60 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `internal/cli/profiles/local.go` (+16 -3) ➕ `internal/cli/profiles/local_uuid_test.go` (+44 -0) </details> ### 📄 Description ## Summary - Sanitize the profile UUID to prevent path traversal vulnerabilities, addressing a high-severity arbitrary file write vulnerability. ## Validation - [x] `make format` - [x] `make lint` - [x] `make test` --- --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:31:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#629
No description provided.