Skip to content

fix: reject usernames causing false positives in Calendly, IFTTT, OpenStreetMap modules - #437

Merged
kaifcodec merged 2 commits into
kaifcodec:mainfrom
kristoisberg:feature/username-false-positives-with-period
Jul 24, 2026
Merged

fix: reject usernames causing false positives in Calendly, IFTTT, OpenStreetMap modules#437
kaifcodec merged 2 commits into
kaifcodec:mainfrom
kristoisberg:feature/username-false-positives-with-period

Conversation

@kristoisberg

Copy link
Copy Markdown
Collaborator

This PR rejects usernames containing periods in Calendly, IFTTT, and OpenStreetMap, which were causing false positives as websites were only checking the part of username before the period. A good test case is the username "test.ddfdddgfdgf".

@kaifcodec

kaifcodec commented Jul 23, 2026

Copy link
Copy Markdown
Owner

@kristoisberg I will review it after some hours, thank you for the PR.

Comment thread user_scanner/user_scan/other/calendly.py Outdated
kaifcodec
kaifcodec previously approved these changes Jul 24, 2026

@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.

@kristoisberg Thank you for catching this!

Great work on this. If you stay consistent and have dedicated time for the project, we would definitely be open to bringing you on as a maintainer down the line, specifically to help manage error handling, site updates, and resolving false positives or negatives alongside the team. Keep it up!

@kaifcodec
kaifcodec dismissed their stale review July 24, 2026 15:09

RESOLVED.

@kaifcodec
kaifcodec merged commit 7f5ae68 into kaifcodec:main Jul 24, 2026
2 checks passed
@kaifcodec kaifcodec added the bug fix Fixed a bug in existing files label Jul 25, 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