Skip to content

Conversation

@lance
Copy link
Member

@lance lance commented Jun 22, 2022

Fixes: #500

Adds a regular expression check to the attribute name validation code to
ensure that attribute names only use a-z0-9 (except for data_base64,
which apparently is an exception to the rule.

Signed-off-by: Lance Ball lball@redhat.com

Fixes: cloudevents#500

Adds a regular expression check to the attribute name validation code to
ensure that attribute names only use a-z0-9 (except for `data_base64`,
which apparently is an exception to the rule.

Signed-off-by: Lance Ball <lball@redhat.com>
@lance lance added the type/fix A change that fixes something that is broken label Jun 22, 2022
@lance lance requested a review from lholmquist June 22, 2022 17:25
Signed-off-by: Lance Ball <lball@redhat.com>
@lance lance merged commit ea94a4d into cloudevents:main Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/fix A change that fixes something that is broken

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Validation is broken

2 participants