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

Build passwords as a SecureString. #5

Merged

Conversation

rhymeswithmogul
Copy link
Owner

This commit was going to fix a PSScriptAnalyzer error by disabling that rule, but I couldn't do that. Instead, I changed the behavior of this module so that passwords are now built as SecureStrings and converted to plaintext at the end, rather than the other way around.

This commit was going to fix a PSScriptAnalyzer error by disabling
that rule, but I couldn't do that.  Instead, I changed the behavior
of this module so that passwords are now built as SecureStrings and
converted to plaintext at the end, rather than the other way around.
@rhymeswithmogul rhymeswithmogul added the enhancement New feature or request label Feb 2, 2024
@rhymeswithmogul rhymeswithmogul added this to the v3.1.0 milestone Feb 2, 2024
@rhymeswithmogul rhymeswithmogul self-assigned this Feb 2, 2024
@rhymeswithmogul rhymeswithmogul linked an issue Feb 2, 2024 that may be closed by this pull request
@rhymeswithmogul rhymeswithmogul merged commit b62ae02 into main Feb 2, 2024
1 check was pending
@rhymeswithmogul rhymeswithmogul deleted the 3-avoid-using-convertto-securestring-asplaintext branch February 3, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avoid using ConvertTo-SecureString -AsPlainText
1 participant