Closed defacto64 closed 5 months ago
This PR addresses issue https://github.com/zmap/zlint/issues/855
This lint only checks that the countryName is comprised of one or more [A-Z] characters as required by ISO 3166.
That the countryName is a valid ISO 3166 alpha-2 country code is already checked by an existing lint.
This PR addresses issue https://github.com/zmap/zlint/issues/855
This lint only checks that the countryName is comprised of one or more [A-Z] characters as required by ISO 3166.
That the countryName is a valid ISO 3166 alpha-2 country code is already checked by an existing lint.