Skip to content

Fix bug in special URLs - #2787

Merged
TheTechromancer merged 7 commits into
devfrom
fix-special-bug
Nov 20, 2025
Merged

Fix bug in special URLs#2787
TheTechromancer merged 7 commits into
devfrom
fix-special-bug

Conversation

@TheTechromancer

Copy link
Copy Markdown
Contributor

Fixes #2785.

@TheTechromancer TheTechromancer self-assigned this Nov 19, 2025
@TheTechromancer
TheTechromancer changed the base branch from stable to dev November 19, 2025 17:02
@github-actions

github-actions Bot commented Nov 19, 2025

Copy link
Copy Markdown
Contributor

📊 Performance Benchmark Report

Comparing dev (baseline) vs fix-special-bug (current)

📈 Detailed Results (All Benchmarks)

📋 Complete results for all benchmarks - includes both significant and insignificant changes

🧪 Test Name 📏 Base 📏 Current 📈 Change 🎯 Status
Bloom Filter Dns Mutation Tracking Performance 3.80ms 3.84ms +1.0%
Bloom Filter Large Scale Dns Brute Force 17.68ms 17.91ms +1.4%
Large Closest Match Lookup 316.96ms 311.46ms -1.7%
Realistic Closest Match Workload 171.95ms 175.01ms +1.8%
Event Validation Full Scan Startup Small Batch 418.04ms 427.63ms +2.3%
Event Validation Full Scan Startup Large Batch 727.40ms 725.34ms -0.3%
Make Event Autodetection Small 27.06ms 26.27ms -2.9%
Make Event Autodetection Large 273.26ms 272.75ms -0.2%
Make Event Explicit Types 11.78ms 11.76ms -0.2%
Excavate Single Thread Small 3.587s 3.470s -3.3%
Excavate Single Thread Large 9.150s 9.107s -0.5%
Excavate Parallel Tasks Small 3.784s 3.687s -2.6%
Excavate Parallel Tasks Large 7.099s 6.979s -1.7%
Is Ip Performance 2.96ms 2.95ms -0.3%
Make Ip Type Performance 10.88ms 10.90ms +0.2%
Mixed Ip Operations 4.23ms 4.21ms -0.5%
Typical Queue Shuffle 55.26µs 55.69µs +0.8%
Priority Queue Shuffle 598.08µs 600.12µs +0.3%

🎯 Performance Summary

No significant performance changes detected (all changes <10%)


🐍 Python Version 3.11.14

@codecov

codecov Bot commented Nov 20, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.97959% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92%. Comparing base (0d96f82) to head (b7ed0f7).
⚠️ Report is 24 commits behind head on dev.

Files with missing lines Patch % Lines
bbot/scanner/manager.py 97% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff          @@
##             dev   #2787   +/-   ##
=====================================
- Coverage     92%     92%   -0%     
=====================================
  Files        411     411           
  Lines      33980   34009   +29     
=====================================
+ Hits       31027   31036    +9     
- Misses      2953    2973   +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@TheTechromancer
TheTechromancer merged commit 85b2e22 into dev Nov 20, 2025
17 checks passed
@liquidsec liquidsec mentioned this pull request Jun 9, 2026
@liquidsec
liquidsec deleted the fix-special-bug branch June 10, 2026 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tons of out-of-scope URL_UNVERIFIED

2 participants