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

fix(internet): filter banned dots from email addresses #1883

Merged
merged 9 commits into from
Mar 8, 2023

Conversation

matthewmayer
Copy link
Contributor

fix #1882

@matthewmayer matthewmayer requested a review from a team as a code owner February 28, 2023 09:03
@codecov
Copy link

codecov bot commented Feb 28, 2023

Codecov Report

Merging #1883 (35c78c9) into next (4f14533) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #1883      +/-   ##
==========================================
- Coverage   99.63%   99.62%   -0.01%     
==========================================
  Files        2356     2356              
  Lines      236563   236570       +7     
  Branches     1196     1194       -2     
==========================================
- Hits       235695   235693       -2     
- Misses        846      855       +9     
  Partials       22       22              
Impacted Files Coverage Δ
src/modules/internet/index.ts 100.00% <100.00%> (ø)
src/modules/internet/user-agent.ts 91.71% <0.00%> (-2.67%) ⬇️

@matthewmayer matthewmayer changed the title fix (internet): dont allow email addresses with . at ends or .. in middle fix(internet): dont allow email addresses with . at ends or .. in middle Feb 28, 2023
@import-brain import-brain added c: bug Something isn't working m: internet Something is referring to the internet module labels Feb 28, 2023
src/modules/internet/index.ts Show resolved Hide resolved
test/internet.spec.ts Outdated Show resolved Hide resolved
test/internet.spec.ts Outdated Show resolved Hide resolved
@ST-DDT ST-DDT added s: accepted Accepted feature / Confirmed bug p: 1-normal Nothing urgent labels Feb 28, 2023
Matt Mayer and others added 2 commits March 1, 2023 17:35
Shinigami92
Shinigami92 previously approved these changes Mar 1, 2023
src/modules/internet/index.ts Outdated Show resolved Hide resolved
src/modules/internet/index.ts Outdated Show resolved Hide resolved
Co-authored-by: Shinigami <chrissi92@hotmail.de>
Co-authored-by: Shinigami <chrissi92@hotmail.de>
test/internet.spec.ts Outdated Show resolved Hide resolved
test/internet.spec.ts Outdated Show resolved Hide resolved
Copy link
Member

@ST-DDT ST-DDT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See above

@ST-DDT
Copy link
Member

ST-DDT commented Mar 5, 2023

Thank you for fixing this.

@ST-DDT ST-DDT requested review from Shinigami92 and a team March 5, 2023 08:44
@ST-DDT ST-DDT changed the title fix(internet): dont allow email addresses with . at ends or .. in middle fix(internet): filter banned dots from email addresses Mar 8, 2023
@ST-DDT ST-DDT enabled auto-merge (squash) March 8, 2023 21:44
@ST-DDT ST-DDT merged commit f8926c7 into next Mar 8, 2023
@Shinigami92 Shinigami92 deleted the fix/email-address-dots branch March 9, 2023 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: bug Something isn't working m: internet Something is referring to the internet module p: 1-normal Nothing urgent s: accepted Accepted feature / Confirmed bug
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

email address local part shouldnt start or end with .
5 participants