aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
318 stars 161 forks source link

fix(schema) - Use ASCII characters for \w in pattern regex #931

Closed kddejong closed 1 year ago

kddejong commented 1 year ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

kddejong commented 1 year ago

More details: https://docs.python.org/3/library/re.html#re.ASCII https://262.ecma-international.org/5.1/#sec-15.10.2.12 http://json-schema.org/understanding-json-schema/reference/regular_expressions.html