Open
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1787 +/- ##
=======================================
Coverage 46.74% 46.75%
=======================================
Files 690 690
Lines 45701 45706 +5
=======================================
+ Hits 21365 21370 +5
Misses 24336 24336 ☔ View full report in Codecov by Sentry. |
3742694 to
3bf759a
Compare
cbxss
added a commit
to cbxss/spiderfoot
that referenced
this pull request
Feb 7, 2026
…ken modules - Migrate from requirements.txt to pyproject.toml with relaxed dependency bounds - Switch to uv for package management across project and Docker - Update Docker: Alpine 3.20, Python 3.12-bookworm, fix Node/Wappalyzer setup - Fix secure library API for 1.x (was 0.3.x), PyPDF2 -> pypdf API - Fix 14 type()==Y patterns to isinstance() - Cherry-pick upstream bug fixes: WhatsMyName fields (smicallef#1894), nmap parsing (smicallef#1879), DNS for Family IP (smicallef#1872), nuclei/wafw00f/whatweb JSON parsing (smicallef#1952), db.py UnboundLocalError (smicallef#1787), dev port correlation (smicallef#1827), accounts strip_bad_char support (smicallef#1828) - Add 5 new modules: InternetDB (Shodan free), LeakCheck (paid+free), WhoisFreaks, ip2location.io 238/238 modules load successfully on Python 3.12. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
scanResultEvent()'s arguments were not documented correctly. Many of them could belistin addition tostr.scanResultEvent()is not called correctly in several places (filterFpis often passed as the third arg).scanConfigSet()'sscan_idwas incorrectly documented as being anint(it's actually astr). It doesn't appear that this distinction matters to any of the places the function was called.