Skip to content

KeysController: Check that fingerprint is actually a fingerprint.

paz requested to merge paz/keys-controller-check-fingerprint into release-4.0

List#key() simply takes the first matching key. That is fine for actual fingerprints, but without checking the input it results in fuzzy matches.

Merge request reports