Skip to content

Conversation

TheTechromancer and others added 21 commits October 8, 2025 18:15
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.1 to 7.1.2.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-7.1.1...release-7.1.2)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [orjson](https://github.com/ijl/orjson) from 3.11.3 to 3.11.4.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.11.3...3.11.4)

---
updated-dependencies:
- dependency-name: orjson
  dependency-version: 3.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.0 to 0.14.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.14.0...0.14.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/upload-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
…actions/dev/github-actions-dc500464ed

Bump actions/upload-artifact from 4 to 5 in the github-actions group
…/ruff-0.14.2

Bump ruff from 0.14.0 to 0.14.2
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.119.0 to 0.120.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.119.0...0.120.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.120.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…/fastapi-0.120.0

Bump fastapi from 0.119.0 to 0.120.0
…/orjson-3.11.4

Bump orjson from 3.11.3 to 3.11.4
…/psutil-7.1.2

Bump psutil from 7.1.1 to 7.1.2
feat: introduce new `download` flag to modules
@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 2025

📊 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 4.25ms 4.19ms -1.4%
Bloom Filter Large Scale Dns Brute Force 17.71ms 17.57ms -0.8%
Large Closest Match Lookup 358.74ms 352.11ms -1.8%
Realistic Closest Match Workload 194.13ms 194.81ms +0.3%
Event Validation Full Scan Startup Small Batch 451.72ms 451.05ms -0.1%
Event Validation Full Scan Startup Large Batch 798.09ms 794.07ms -0.5%
Make Event Autodetection Small 31.87ms 31.31ms -1.7%
Make Event Autodetection Large 317.84ms 320.47ms +0.8%
Make Event Explicit Types 13.94ms 14.08ms +1.0%
Excavate Single Thread Small 4.018s 3.981s -0.9%
Excavate Single Thread Large 9.421s 9.355s -0.7%
Excavate Parallel Tasks Small 4.181s 4.116s -1.6%
Excavate Parallel Tasks Large 7.073s 7.008s -0.9%
Is Ip Performance 3.23ms 3.16ms -2.0%
Make Ip Type Performance 11.54ms 11.44ms -0.8%
Mixed Ip Operations 4.62ms 4.45ms -3.6%
Typical Queue Shuffle 61.94µs 60.84µs -1.8%
Priority Queue Shuffle 696.92µs 686.14µs -1.5%

🎯 Performance Summary

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


🐍 Python Version 3.11.14

@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

❌ Patch coverage is 93.32096% with 36 lines in your changes missing coverage. Please review.
✅ Project coverage is 92%. Comparing base (a0094bd) to head (2e792da).

Files with missing lines Patch % Lines
bbot/modules/base.py 85% 9 Missing ⚠️
bbot/core/event/base.py 90% 7 Missing ⚠️
bbot/modules/internal/cloudcheck.py 89% 6 Missing ⚠️
bbot/cli.py 85% 3 Missing ⚠️
bbot/core/modules.py 87% 2 Missing ⚠️
bbot/modules/templates/bucket.py 88% 2 Missing ⚠️
bbot/test/test_step_1/test_modules_basic.py 94% 2 Missing ⚠️
.../test_step_2/module_tests/test_module_lightfuzz.py 94% 2 Missing ⚠️
bbot/core/helpers/depsinstaller/installer.py 94% 1 Missing ⚠️
bbot/scanner/manager.py 97% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@           Coverage Diff           @@
##           stable   #2760    +/-   ##
=======================================
- Coverage      92%     92%    -0%     
=======================================
  Files         410     409     -1     
  Lines       33826   34007   +181     
=======================================
+ Hits        30849   31006   +157     
- Misses       2977    3001    +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 and others added 7 commits October 31, 2025 02:57
Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.2 to 7.1.3.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-7.1.2...release-7.1.3)

---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.120.0 to 0.120.4.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.120.0...0.120.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.6.22 to 9.6.23.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.22...9.6.23)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.6.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.2 to 0.14.3.
- [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.2...0.14.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
TheTechromancer and others added 30 commits December 11, 2025 11:25
…px-enablement

Don't auto-enable httpx on --exclude-cdn
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.6.0...2.6.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.2 to 6.2.3.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v6.2.2...v6.2.3)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 6.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.8 to 0.14.9.
- [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.8...0.14.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [actions/cache](https://github.com/actions/cache).


Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

Updates `peter-evans/create-pull-request` from 7 to 8
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v7...v8)

Updates `actions/cache` from 4 to 5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
…/urllib3-2.6.2

Bump urllib3 from 2.6.0 to 2.6.2
…/ruff-0.14.9

Bump ruff from 0.14.8 to 0.14.9
…actions/dev/github-actions-dba3d6906a

Bump the github-actions group with 3 updates
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.123.0 to 0.124.4.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.123.0...0.124.4)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.124.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…/cachetools-6.2.3

Bump cachetools from 6.2.2 to 6.2.3
…/fastapi-0.124.4

Bump fastapi from 0.123.0 to 0.124.4
Bumps [cachetools](https://github.com/tkem/cachetools) from 6.2.3 to 6.2.4.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v6.2.3...v6.2.4)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 6.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…/cachetools-6.2.4

Bump cachetools from 6.2.3 to 6.2.4
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.

8 participants