Skip to content

Dev -> Stable 2.8.3#2922

Merged
TheTechromancer merged 67 commits intostablefrom
dev
Feb 26, 2026
Merged

Dev -> Stable 2.8.3#2922
TheTechromancer merged 67 commits intostablefrom
dev

Conversation

@TheTechromancer
Copy link
Copy Markdown
Collaborator

@TheTechromancer TheTechromancer commented Feb 24, 2026

liquidsec and others added 30 commits September 9, 2025 10:44
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.20.1 to 10.21.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/commits/10.21)

---
updated-dependencies:
- dependency-name: pymdown-extensions
  dependency-version: '10.21'
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.14 to 0.15.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.14...0.15.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.128.6 to 0.128.8.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.128.6...0.128.8)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.128.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pyenv needs `patch` to build Python from source, but it wasn't
included in the Fedora dnf install list, causing the build to fail.
…/fastapi-0.128.8

Bump fastapi from 0.128.6 to 0.128.8
Fedora 43 replaces p7zip with native 7zip (v25.01), which rejects the
literal -p"" argument passed via subprocess (exit code 2). The flag is
unnecessary for unencrypted archives.
…to fix-fedora-test

# Conflicts:
#	bbot/core/helpers/misc.py
…/pymdown-extensions-10.21

Bump pymdown-extensions from 10.20.1 to 10.21
…/ruff-0.15.1

Bump ruff from 0.14.14 to 0.15.1
dependabot Bot and others added 9 commits February 23, 2026 04:49
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.1.5...3.1.6)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-version: 3.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.1 to 0.15.2.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.1...0.15.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…/werkzeug-3.1.6

Bump werkzeug from 3.1.5 to 3.1.6
…/ruff-0.15.2

Bump ruff from 0.15.1 to 0.15.2
…/mkdocs-material-9.7.2

Bump mkdocs-material from 9.7.1 to 9.7.2
Interactsh servers upgraded to v1.3.0 which uses AES-CTR encryption
instead of AES-CFB. Update _decrypt() to match.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 24, 2026

📊 Performance Benchmark Report

Comparing stable (baseline) vs dev (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 5.46ms 4.23ms -22.6% 🟢🟢🟢 🚀
Bloom Filter Large Scale Dns Brute Force 26.90ms 17.83ms -33.7% 🟢🟢🟢 🚀
Large Closest Match Lookup 365.09ms 356.59ms -2.3%
Realistic Closest Match Workload 198.12ms 193.97ms -2.1%
Event Validation Full Scan Startup Small Batch 492.33ms 487.22ms -1.0%
Event Validation Full Scan Startup Large Batch 865.04ms 838.12ms -3.1%
Make Event Autodetection Small 32.59ms 31.11ms -4.5%
Make Event Autodetection Large 324.71ms 316.66ms -2.5%
Make Event Explicit Types 14.02ms 14.17ms +1.1%
Excavate Single Thread Small 4.211s 4.171s -0.9%
Excavate Single Thread Large 10.061s 9.937s -1.2%
Excavate Parallel Tasks Small 4.386s 4.315s -1.6%
Excavate Parallel Tasks Large 7.514s 7.410s -1.4%
Is Ip Performance 3.27ms 3.15ms -3.6%
Make Ip Type Performance 12.02ms 11.53ms -4.1%
Mixed Ip Operations 4.67ms 4.48ms -4.0%
Typical Queue Shuffle 75.22µs 60.48µs -19.6% 🟢🟢 🚀
Priority Queue Shuffle 845.81µs 698.93µs -17.4% 🟢🟢 🚀

🎯 Performance Summary

+ 4 improvements 🚀
  14 unchanged ✅

🔍 Significant Changes (>10%)

  • Bloom Filter Dns Mutation Tracking Performance: 22.6% 🚀 faster
  • Bloom Filter Large Scale Dns Brute Force: 33.7% 🚀 faster
  • Typical Queue Shuffle: 19.6% 🚀 faster
  • Priority Queue Shuffle: 17.4% 🚀 faster

🐍 Python Version 3.11.14

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 24, 2026

Codecov Report

❌ Patch coverage is 97.73463% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 92%. Comparing base (dc1fc46) to head (d71adb8).
⚠️ Report is 75 commits behind head on stable.

Files with missing lines Patch % Lines
bbot/modules/lightfuzz/submodules/crypto.py 83% 3 Missing ⚠️
.../test_step_2/module_tests/test_module_lightfuzz.py 99% 3 Missing ⚠️
bbot/core/helpers/web/envelopes.py 95% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           stable   #2922    +/-   ##
=======================================
+ Coverage      92%     92%    +1%     
=======================================
  Files         416     416            
  Lines       34398   34690   +292     
=======================================
+ Hits        31380   31648   +268     
- Misses       3018    3042    +24     

☔ 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 24c720b into stable Feb 26, 2026
29 of 32 checks passed
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.

4 participants