You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In last week there was an update of bash package in Fedora (36). Before I had bash-5.1.16-2.fc36.x86_64 and after bash-5.2.2-1.fc36.x86_64 installed.
After that update the uri of my HOTP tokens is misformatted. Instead of incrementing counter=<N> to counter=<N+1> the new counter is concatinated with the old one to counter=<N>counter=<N+1>.
The text was updated successfully, but these errors were encountered:
cmeissner
changed the title
HOTP uri will be misformated sind bash 5.2.2 on Fedora
HOTP uri will be misformated since bash 5.2.2 on Fedora
Oct 25, 2022
jorti
linked a pull request
Nov 5, 2022
that will
close
this issue
In last week there was an update of bash package in Fedora (36). Before I had
bash-5.1.16-2.fc36.x86_64
and afterbash-5.2.2-1.fc36.x86_64
installed.After that update the uri of my HOTP tokens is misformatted. Instead of incrementing
counter=<N>
tocounter=<N+1>
the new counter is concatinated with the old one tocounter=<N>counter=<N+1>
.E.g.
A quick wokraround is to downgrade bash to latest working version and pinning to that version.
The text was updated successfully, but these errors were encountered: