Open
Conversation
Owner
|
Hey Jan, I'll take a look shortly. Didn't think anyone still used this tool.
…On Thu, May 16, 2024 at 9:40 PM Jan Rude ***@***.***> wrote:
This pull request contains the following fixes:
1. Update python-requests to fix security issue
2. use a regex to grep for valid email addresses (mitigates false
positives, due to privacy protected whois entries)
3. added a list of "bad strings" used in privacy protected whois
entries
*Before:*
### Company Names:
WORLD COINS USABLUEHOST.COM
Whois Privacy Service
Identity Protection Service
### Domain Names:worldcoin.org
### Email ***@***@***.***
please query the rdds service of the registrar of record identified in this output for information o
please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant, admin, or tech contact of the queried domain name.
*After:*
### Company Names:
WORLD COINS USABLUEHOST.COM
### Domain Names:worldcoin.org
### Email ***@***@***.***
------------------------------
You can view, comment on, or merge this pull request online at:
#35
Commit Summary
- f05e96f
<f05e96f>
redaction fix
- cfe27da
<cfe27da>
Update domLink.py
File Changes
(2 files <https://github.com/vysecurity/DomLink/pull/35/files>)
- *M* domLink.py
<https://github.com/vysecurity/DomLink/pull/35/files#diff-d9736d2b4637d2339d5a013994e93915465685346e0934ac7772769a9c3dbabf>
(33)
- *M* requirements.txt
<https://github.com/vysecurity/DomLink/pull/35/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552>
(2)
Patch Links:
- https://github.com/vysecurity/DomLink/pull/35.patch
- https://github.com/vysecurity/DomLink/pull/35.diff
—
Reply to this email directly, view it on GitHub
<#35>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3N7UQ5HI5N5HWATTTXV4TZCSZOXAVCNFSM6AAAAABH2IESP2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYDANBUHE2TGNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Contributor
Author
|
Thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request contains the following fixes:
Before:
After: