Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nit: how to determine fingerprint equality? #23

Open
foolip opened this issue Dec 18, 2019 · 0 comments
Open

Nit: how to determine fingerprint equality? #23

foolip opened this issue Dec 18, 2019 · 0 comments

Comments

@foolip
Copy link
Member

foolip commented Dec 18, 2019

The match an installed app steps have:

4.5.1. If installedApp’s fingerprints does not contain fingerprint, return null.

In one pedantic reading, the one list can never contain the fingerprints of the others, because they won't be the same instances of the Fingerprint concept:

A fingerprint has the following two properties: type and value. Each of these are strings, but their syntax and semantics are platform-defined.

Is the comparison also platform-defined, or simply comparing the string values of both properties? No trimming of whitespace or other normalization before comparing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant