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

IE: Test data and production certs data type misalignment #382

Open
hrvach opened this issue Jul 25, 2021 · 0 comments
Open

IE: Test data and production certs data type misalignment #382

hrvach opened this issue Jul 25, 2021 · 0 comments

Comments

@hrvach
Copy link

hrvach commented Jul 25, 2021

Affected Country: IE

Issue Description

Ireland prod certificates differ from the test data and deviate from the schema by using the wrong data type.

Test data:

                   'co': 'IE',
                   'dn': 1,
                   'dt': '2021-05-06',
                   'is': 'HSE',
                   'ma': 'ORG-100030215',
                   'mp': 'EU/1/20/1528',
                   'sd': 2,

Prod QR code data (other info omitted for privacy reasons):

                   'co': 'IE',
                   'dn': 2.0,
                   'dt': '2021-06-25',
                   'is': 'Department of Health Ireland',
                   'ma': 'ORG-100030215',
                   'mp': 'EU/1/20/1528',
                   'sd': 2.0,

dn and sd should be a positive integer, not float to be in accordance to the schema. Test data is valid here, prod data seems wrong. This likely breaks at least one verifier implementation.

Proposed Solution

Fixing the data type so it is a positive integer like specified in the schema.

Could somebody please forward this to the appropriate member state department? I have been trying to find a contact but without success. Thanks!

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

No branches or pull requests

1 participant