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

Suspicious filename records in table es_document_verification #498

Closed
romanstrobl opened this issue Nov 4, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@romanstrobl
Copy link
Member

Data from a run through onboarding:

powerauth=# select type, provider_name, filename from es_document_verification where identity_verification_id='a9f69d81-7007-478a-9925-a4666045dd9b';
      type       | provider_name |                            filename                            
-----------------+---------------+----------------------------------------------------------------
 SELFIE_PHOTO    | zenid         | person_photo_from_id.jpg
 ID_CARD         | zenid         | 4BAC5315-0EEA-4344-A385-A987ACB8D57B/id_card_front.jpg
 ID_CARD         | zenid         | 4BAC5315-0EEA-4344-A385-A987ACB8D57B/id_card_back.jpg
 DRIVING_LICENSE | zenid         | 32B14D8C-BBB4-417D-8C6A-3B82F0E3B6EE/driving_license_front.jpg

I do not think that the first row is correct, both provider_name and filename are suspicious. The document type is SELFIE_PHOTO and the person_photo_from_id.jpg filename is generated in code by iProov provider. So is this a photo extracted from ID or a selfie photo?

@romanstrobl romanstrobl added the bug Something isn't working label Nov 4, 2022
banterCZ added a commit that referenced this issue Nov 14, 2022
Rename selfie filename to person_photo_from_iProov.jpg
@banterCZ
Copy link
Member

Filename is changed (to show source), the provider name stays (to show place where the image is stored).

filename=person_photo_from_iProov.jpg, providerName=zenid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants