Harden parsing of keyserver results (OKC-01-003)

This commit is contained in:
Dominik Schürmann
2015-09-25 02:22:23 +02:00
parent 29e9b2fa1e
commit 3df9bea455
4 changed files with 48 additions and 30 deletions

View File

@@ -103,8 +103,7 @@ public class EmailKeyHelper {
}
}
}
} catch (Keyserver.QueryFailedException ignored) {
} catch (Keyserver.QueryNeedsRepairException ignored) {
} catch (Keyserver.CloudSearchFailureException ignored) {
}
return new ArrayList<>(keys);
}