Skip to content

Conversation

@YLChen-007
Copy link

This PR fixes Host Password Exposed in Command-Line Logging During Password Update Operations. #11989

Pair<Boolean, String> result;
try {
logger.debug("Executing command in Host: " + cmdLine);
logger.debug("Executing password update command on host: " + hostIp + " for user: " + username);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
logger.debug("Executing password update command on host: " + hostIp + " for user: " + username);
logger.debug("Executing password update command on host: {} for user: {}”, hostIp, username);

@codecov
Copy link

codecov bot commented Nov 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 17.56%. Comparing base (a50de02) to head (c06faf1).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #12010   +/-   ##
=========================================
  Coverage     17.56%   17.56%           
- Complexity    15540    15544    +4     
=========================================
  Files          5909     5909           
  Lines        529059   529059           
  Branches      64617    64617           
=========================================
+ Hits          92919    92940   +21     
+ Misses       425687   425664   -23     
- Partials      10453    10455    +2     
Flag Coverage Δ
uitests 3.58% <ø> (ø)
unittests 18.63% <100.00%> (+<0.01%) ⬆️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@YLChen-007 YLChen-007 closed this Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants