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

Process detectors have potential to leak secrets #2723

Closed
MrAlias opened this issue Mar 24, 2022 · 0 comments · Fixed by #2727
Closed

Process detectors have potential to leak secrets #2723

MrAlias opened this issue Mar 24, 2022 · 0 comments · Fixed by #2727
Assignees

Comments

@MrAlias
Copy link
Contributor

MrAlias commented Mar 24, 2022

The WithProcessCommandArgs and WithProcess options both included the processCommandArgsDetector. This detector will include all command line arguments used to run the program. This includes any sensitive information like secrets or PII. This needs to be communicated to the user so they are aware this can happen, and ideally they are given an option similar to WithProcess that will still include process information but not include this potentially sensitive information.

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 a pull request may close this issue.

1 participant