Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensitive ENV info leaks on process 🚨 #19

Open
brizzbuzz opened this issue Jul 3, 2021 · 0 comments
Open

Sensitive ENV info leaks on process 🚨 #19

brizzbuzz opened this issue Jul 3, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@brizzbuzz
Copy link

Currently org.zeroturnaround.exec.ProcessExecutor calls are logged, which leads to dangerous scenarios where sensitive environment info can be leaked into logs.

Example

[[[SystemProcess 1] -1 git]_execution_thread] DEBUG o.z.exec.ProcessExecutor - Executing [git, clone, https://github.com/bkbnio/skelegro] in /Users/lappy/Workspace/bkbnio/cortex with environment {PATH=..., VERY_SECRET_KEY=123}
@jakubriegel jakubriegel added the bug Something isn't working label Jul 29, 2021
@jakubriegel jakubriegel self-assigned this Jul 29, 2021
@jakubriegel jakubriegel removed their assignment May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants