8000 email validator bypass by gamersred · Pull Request #667 · oxwall/oxwall · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

email validator bypass #667

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

gamersred
Copy link
Restrict the entire email address to a maximum of 128 characters.
Ensure that both the local part (before the @) and the domain part (after the @) are appropriately validated.

According to RFC 5321:

The local part (before @) can be up to 64 characters.
The domain part (after @) can be up to 255 characters

Since Oxwall database limits the email to 128 characters, this needs to include both the local part and the domain part.

    Restrict the entire email address to a maximum of 128 characters.
    Ensure that both the local part (before the @) and the domain part (after the @) are appropriately validated.

According to RFC 5321:

    The local part (before @) can be up to 64 characters.
    The domain part (after @) can be up to 255 characters

Since Oxwall database limits the email to 128 characters, this needs to include both the local part and the domain part.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0