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

ISO 3166-2 countryCodes must be uppercase #855

Open
defacto64 opened this issue Jun 14, 2024 · 1 comment
Open

ISO 3166-2 countryCodes must be uppercase #855

defacto64 opened this issue Jun 14, 2024 · 1 comment

Comments

@defacto64
Copy link
Contributor

In light of the discussion we find on two incidents on https://bugzilla.mozilla.org/, I think than by now it is quite clear that the ISO 3166-2 countryCode must be in uppercase, at least from the point of view of some Root Programs.

At the moment Zlint ignores the countryCode case, so I think it would be appropriate to remedy this shortcoming. We can do this in two alternative ways: by modifying the already existing lint (e_subject_country_not_iso) or by introducing a new lint; what do you think is the best choice?

@christopher-henderson
Copy link
Member

I think I'm somewhat partial to making a new lint. e_subject_country_not_iso checks for the presence of a country code, whereas what we are looking at here is whether-or-not the country code that is present is formatted correctly.

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

2 participants