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

rfc5280/nc: fix invalid-email-address #223

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Conversation

woodruffw
Copy link
Collaborator

This previously contained a valid email address, making the test incorrect (confusingly, *@example.com is a perfectly valid address).

This previously contained a valid email address, making the
test incorrect (confusingly, `*@example.com` is a perfectly valid
address).
@woodruffw woodruffw added the component:tests 🧪 Unit and integration tests label Mar 7, 2024
@woodruffw woodruffw self-assigned this Mar 7, 2024
Copy link
Contributor

github-actions bot commented Mar 7, 2024

:shipit: No regressions found.

@woodruffw
Copy link
Collaborator Author

The error here made me realize that a test to ensure that implementations don't treat *@example.com as a pattern is a good idea; I've added that to #174.

@woodruffw woodruffw merged commit 1b1c161 into main Mar 7, 2024
7 checks passed
@woodruffw woodruffw deleted the ww/fix-invalid-email-nc branch March 7, 2024 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant