jfitzell / mozilla-keychain

Store your Firefox website usernames and passwords in Apple's Keychain Services, just like Safari and other browsers do on OS X.
55 stars 9 forks source link

searchLogins() should return an empty list when seeing a property it does not recognize #87

Open jfitzell opened 7 years ago

jfitzell commented 7 years ago

From Issue 77:

The recently introduced searchLogins method is not aware of guid, and in the absence of any properties it would recognize, it turns the query into a findLogins query for everything. Then, the first one in the result set gets updated with the wrong info.