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

Restricting email address TLDs #68

Closed
theall38103 opened this issue Apr 3, 2018 · 1 comment
Closed

Restricting email address TLDs #68

theall38103 opened this issue Apr 3, 2018 · 1 comment
Labels
bug Software or schema defect Project:json format CVE JSON Data Exchange Format

Comments

@theall38103
Copy link
Contributor

The three state-specific schemas currently test that email addresses match the pattern "^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$". That will present problems for addresses with some of the newer top-level domains (eg, https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#ICANN-era_generic_top-level_domains). What, if anything, should we use as an upper-bound on the length of the TLD?

@csj0 csj0 added bug Software or schema defect Project:json format CVE JSON Data Exchange Format labels May 24, 2018
@mprpic
Copy link
Collaborator

mprpic commented Apr 24, 2024

CVE v5 JSON schema does not include this pattern so I'm assuming this is obsolete. Closing!

@mprpic mprpic closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Software or schema defect Project:json format CVE JSON Data Exchange Format
Projects
None yet
Development

No branches or pull requests

3 participants