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

[Fixed] Special character % getting interpreted strangely -> Upgrade to 1.12.1 #1801

Closed
evincent207 opened this issue Feb 17, 2021 · 1 comment
Labels

Comments

@evincent207
Copy link

evincent207 commented Feb 17, 2021

Summary

Passwords containing a % are getting interpreted as '%! (MISSING)'

Steps To Reproduce

Create a secret with a password containing one or more '%' characters

Expected behavior

Password treated as plain text

Environment

Mac OS 11.2
gopass version 1.12.0 go1.15.7 darwin amd64
Installed via brew

Additional context

Perhaps I am missing something but when I enter passwords using gopass insert -e -f I get this strange behavior:

> gopass insert -e -f testaccount
Enter password for testaccount []: my%test%password%
Retype password for testaccount []: my%test%password%
> gopass show testaccount
Secret: testaccount

my%!t(MISSING)est%!p(MISSING)assword%!
(MISSING)
@AnomalRoil
Copy link
Member

AnomalRoil commented Feb 17, 2021

Yes, this was fixed in #1794.
We're cutting a patch release today to fix it.

I'm closing since this is a duplicate of #1793

EDIT: this is fixed in 1.12.1, please update.

@AnomalRoil AnomalRoil pinned this issue Feb 25, 2021
@dominikschulz dominikschulz changed the title Special character % getting interpreted strangely [Fixed] Special character % getting interpreted strangely -> Upgrade to 1.12.1 Feb 25, 2021
@dominikschulz dominikschulz unpinned this issue Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants