DopplerHQ / DopplerHQ/cli

[BUG]

Open
#516 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Go
Stars
396
Forks
83
Avg merge
1d 2h
Merged PRs (30d)
3

Description

Describe the bug
doppler secrets download --format=env does not escape properly

To Reproduce
1: create a secret with shell-interpretable chars in the secret itself (eg $)
2. run doppler secrets download --format=env
3. source the outputted env file

Expected behavior
doppler secrets download --format=env should escape properly so values are not interpreted by the shell when sourced

CLI Version:
Version v3.75.1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the CLI implementation for doppler secrets download --format=env and reproduce the issue with a secret containing $ or other shell-interpretable characters. Verify the generated environment file can be sourced without interpreting or changing the secret value.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli, security
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.