cortex / ripasso

A simple password manager written in Rust
GNU General Public License v3.0
729 stars 64 forks source link

Fix otpauth URL parsing #262

Closed QaidVoid closed 1 year ago

QaidVoid commented 1 year ago

Fix the end position of otpauth URL string

alexanderkjall commented 1 year ago

Thanks a lot for this fix, I took the liberty of also writing an unit test to demonstrate the bug.