[BUG]
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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