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

Obfuscates passwords encoded in URI's #2010

Merged
merged 1 commit into from
Oct 30, 2015
Merged

Obfuscates passwords encoded in URI's #2010

merged 1 commit into from
Oct 30, 2015

Conversation

truthbk
Copy link
Member

@truthbk truthbk commented Oct 28, 2015

For lines including passwords in the URI of the form fooproto://bar_user:somepass@somewhere.... this regex will strip somepass and substitute for asterisks.

Modifying regex, POSIX classes unavailable. Correcting typo.

Adding unit test for password in uri removal.

Adding a new unit test, different approach.

Adding another uri password unit test with punctuation in password.

Fixing typo.
@remh
Copy link
Contributor

remh commented Oct 29, 2015

👍 will merge when CI is done!

remh added a commit that referenced this pull request Oct 30, 2015
Obfuscates passwords encoded in URI's
@remh remh merged commit 5b2e069 into master Oct 30, 2015
@remh remh deleted the jaime/obfuscate_uripass branch October 30, 2015 18:24
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.

None yet

2 participants