Skip to content

fix(env): correct PREPEND_PATH formatting to avoid leading colon#3358

Merged
mkoura merged 1 commit intomasterfrom
fix_path_current_dir
Feb 27, 2026
Merged

fix(env): correct PREPEND_PATH formatting to avoid leading colon#3358
mkoura merged 1 commit intomasterfrom
fix_path_current_dir

Conversation

@mkoura
Copy link
Collaborator

@mkoura mkoura commented Feb 27, 2026

Removes the leading colon when setting PREPEND_PATH to ensure the path is formatted correctly. This prevents issue with having :: in the PATH. The :: means a current directory is included in the PATH, which can lead to security issues and unexpected behavior when executing commands.

Removes the leading colon when setting PREPEND_PATH to ensure the path is formatted correctly. This prevents issue with having `::` in the PATH. The `::` means a current directory is included in the PATH, which can lead to security issues and unexpected behavior when executing commands.
@mkoura mkoura requested a review from saratomaz as a code owner February 27, 2026 10:00
@mkoura mkoura merged commit b8f9f43 into master Feb 27, 2026
1 check passed
@mkoura mkoura deleted the fix_path_current_dir branch February 27, 2026 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant