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

fix(cli): Remove credentials from environment variables #9295

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

sschuberth
Copy link
Member

Do not expose any credentials, e.g. when included in proxy URLs.

Fixes #9294.

@sschuberth sschuberth requested a review from a team as a code owner October 17, 2024 10:12
@sschuberth sschuberth enabled auto-merge (rebase) October 17, 2024 10:12
Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.77%. Comparing base (64dc2c1) to head (b4319eb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #9295   +/-   ##
=========================================
  Coverage     67.77%   67.77%           
  Complexity     1187     1187           
=========================================
  Files           239      239           
  Lines          7821     7821           
  Branches        904      904           
=========================================
  Hits           5301     5301           
  Misses         2153     2153           
  Partials        367      367           
Flag Coverage Δ
funTest-docker 59.11% <ø> (ø)
funTest-non-docker 34.71% <ø> (ø)
test 37.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Do not expose any credentials, e.g. when included in proxy URLs.

Fixes #9294.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
@sschuberth sschuberth merged commit 03b4ed9 into main Oct 17, 2024
23 checks passed
@sschuberth sschuberth deleted the no-print-credentials branch October 17, 2024 13:26
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.

Mask proxy credentials in log output
2 participants