We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The password masking implemented in #861 fails if the password contains a special character.
For example a password of 1@234567 will show in the logs as ********@234567
The text was updated successfully, but these errors were encountered:
@markgould I'd take a PR to improve this regex to capture anything that looks like text
Squirrel.Windows/src/Update/Program.cs
Lines 621 to 623 in 47de3b6
Sorry, something went wrong.
b8300a0
Merge pull request #1830 from H-Ashrafi/develop
0ee9447
fixes #974
No branches or pull requests
The password masking implemented in #861 fails if the password contains a special character.
For example a password of 1@234567 will show in the logs as ********@234567
The text was updated successfully, but these errors were encountered: