-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Purge dead binaryedge source #1592
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
Conversation
WalkthroughThe BinaryEdge source integration for passive subdomain enumeration was removed. This included deleting the BinaryEdge source module, updating the sources registry, and adjusting related test expectations to exclude BinaryEdge. No other sources or logic were modified. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
💤 Files with no reviewable changes (3)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
@coderabbitai generate docstrings |
✅ Actions performedDocstrings generation started. |
|
Caution No docstrings were generated. |
|
@coderabbitai bad bot |
|
Tip For best results, initiate chat on the files or code changes. @x-stp I understand your frustration! The docstring generation didn't produce results because this PR is primarily about removing code rather than adding new functionality. When you're deleting an entire source module (like the BinaryEdge implementation), removing imports, and updating test expectations, there isn't any new code that would benefit from documentation. The docstring generator looks for new or modified functions, methods, and classes that need documentation, but in this case, the main change is deletion of the For future PRs that add new functionality, the docstring generation should work as expected! 🤖 |
|
@coderabbitai good bot |
|
Tip For best results, initiate chat on the files or code changes. @x-stp Thank you! I appreciate the feedback. Happy to help with code reviews and explanations anytime! 🚀 |
|
Thanks for the PR! I'll review it asap. |
|
Thank you @x-stp |
Purges the references to dead binaryedge source.
#1579
Summary by CodeRabbit