-
Notifications
You must be signed in to change notification settings - Fork 235
OSCAL Pages - Country Code regex bug #1220
Copy link
Copy link
Closed
Description
Describe the bug
On the page: https://pages.nist.gov/OSCAL/reference/latest/catalog/json-reference/#/catalog/metadata/locations/address/country, the regex expression for the country code should be [A-Z]{2} and not [A-Z](2).
Who is the bug affecting?
All
What is affected by this bug?
metadata -> locations -> address -> country
see: https://pages.nist.gov/OSCAL/reference/latest/catalog/xml-reference/#/catalog/metadata/location/address/country or https://pages.nist.gov/OSCAL/reference/latest/catalog/json-reference/#/catalog/metadata/locations/address/country
Reactions are currently unavailable