Skip to content

fix: BeSoccer email module false positives - #474

Merged
kaifcodec merged 1 commit into
kaifcodec:mainfrom
kristoisberg:feature/besoccer-email-false-positives
Jul 28, 2026
Merged

fix: BeSoccer email module false positives#474
kaifcodec merged 1 commit into
kaifcodec:mainfrom
kristoisberg:feature/besoccer-email-false-positives

Conversation

@kristoisberg

Copy link
Copy Markdown
Collaborator

Another case of a module depending on an error code that's too broad, causing false positives with blacklisted email domains.

Test case: any mail.ru email address

I also slightly reduced the length of the generated usernames as the username length limit is 20, but the code generated 21-character usernames, causing additional noise.

@kaifcodec kaifcodec left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

@kaifcodec
kaifcodec merged commit 7673797 into kaifcodec:main Jul 28, 2026
2 checks passed
@kaifcodec kaifcodec added the bug fix Fixed a bug in existing files label Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug fix Fixed a bug in existing files

2 participants