Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: remove backtick from valid password characters#15756

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
angrycub merged 1 commit intomainfromcv-fix-azure-windows-2
Dec 6, 2024

Conversation

angrycub
Copy link
Contributor

Since backticks are the PowerShell escape character, they are silently consumed. To actually use backticks, they would need to be doubled when used.

This change increases the safety of generated passwords for other terraform modules that might use this value unawares.

Since backticks are the PowerShell escape character, they are silently consumed. To actually use backticks, they would need to be doubled when used.
@angrycubangrycub added s3Bugs that confuse, annoy, or are purely cosmetic bug riskProne to bugs customer-reportedBugs reported by enterprise customers. Only humans may set this. labelsDec 4, 2024
@angrycubangrycub self-assigned thisDec 4, 2024
@angrycubangrycub changed the titlebug: remove backtick from valid password charactersfix: remove backtick from valid password charactersDec 5, 2024
@angrycubangrycub marked this pull request as ready for reviewDecember 5, 2024 19:13
Copy link
Member

@matifalimatifali left a comment
edited
Loading

Choose a reason for hiding this comment

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

LGTM. Thanks for catching and fixing it.

@angrycubangrycub merged commitbae12e1 intomainDec 6, 2024
40 checks passed
@angrycubangrycub deleted the cv-fix-azure-windows-2 branchDecember 6, 2024 13:16
aslilac pushed a commit that referenced this pull requestDec 11, 2024
Since backticks are the PowerShell escape character, they are silentlyconsumed. To actually use backticks, they would need to be doubled whenused.This change increases the safety of generated passwords for otherterraform modules that might use this value unawares.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@matifalimatifalimatifali approved these changes

@bpmctbpmctAwaiting requested review from bpmct

Assignees

@angrycubangrycub

Labels
bug riskProne to bugscustomer-reportedBugs reported by enterprise customers. Only humans may set this.s3Bugs that confuse, annoy, or are purely cosmetic
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@angrycub@matifali

[8]ページ先頭

©2009-2025 Movatter.jp