aviau / python-pass

For fun - I have decided to write pass in python
http://aviau.github.io/python-pass/
GNU General Public License v3.0
36 stars 17 forks source link

No None check for hostname parsing #10

Closed toXel closed 7 years ago

toXel commented 7 years ago

In get_decrypted_password() there is no check if hostname has a value after re.search() so exceptions are possible.

Are you accepting PRs? I would like to fix it.

aviau commented 7 years ago

Are you accepting PRs? I would like to fix it.

Yes!