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 code scanning alert no. 1: Clear text storage of sensitive information #494

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

raczeja
Copy link
Collaborator

@raczeja raczeja commented Jan 13, 2025

Fixes https://github.com/Accenture/Ocaramba/security/code-scanning/1

To fix the problem, we should avoid logging the password in clear text. Instead, we can log a placeholder or a masked version of the password to indicate that a password was entered without exposing the actual value. This change should be made in the EnterPassword method.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

…ation

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@raczeja raczeja marked this pull request as ready for review January 13, 2025 07:10
@raczeja raczeja merged commit 0a447a6 into master Jan 13, 2025
3 of 9 checks passed
@raczeja raczeja deleted the alert-autofix-1 branch January 13, 2025 07:10
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.

1 participant