Skip to content

Dev-> 3.0 sync#3022

Open
liquidsec wants to merge 72 commits into3.0from
dev
Open

Dev-> 3.0 sync#3022
liquidsec wants to merge 72 commits into3.0from
dev

Conversation

@liquidsec
Copy link
Copy Markdown
Contributor

No description provided.

TheTechromancer and others added 23 commits January 2, 2026 15:34
Replace the single PR-author org membership check with a unified step
that iterates all committers on the PR and checks each against:
1. GitHub API account type (type == "Bot" for App accounts)
2. Org membership

Commits with no associated GitHub login are treated as non-exempt
(prevents bypass via spoofed email with no GitHub account).

Tested on aconite33/cla-workflow-test:
- Human committer: correctly required CLA
- github-actions[bot]: correctly skipped via API type check
Tested on aconite33/cla-workflow-test with only pull-requests:write
and statuses:write -- both human CLA and bot skip paths work correctly.
The CLA assistant uses PERSONAL_ACCESS_TOKEN (app token) for writing
signatures to the remote CLA repo, not GITHUB_TOKEN.
Fix CLA workflow to skip bots and check all committers
Merge stable into dev to resolve CLA workflow conflict
Merge dev into stable: CLA workflow update
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

📊 Performance Benchmark Report

Comparing 3.0 (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.07ms 4.20ms +3.4%
Bloom Filter Large Scale Dns Brute Force 16.96ms 17.50ms +3.2%
Large Closest Match Lookup 347.50ms 342.36ms -1.5%
Realistic Closest Match Workload 187.39ms 189.63ms +1.2%
Event Memory Medium Scan 1781 B/event 1780 B/event -0.1%
Event Memory Large Scan 1768 B/event 1767 B/event -0.1%
Event Validation Full Scan Startup Small Batch 406.40ms 409.82ms +0.8%
Event Validation Full Scan Startup Large Batch 581.71ms 577.07ms -0.8%
Make Event Autodetection Small 30.84ms 31.01ms +0.6%
Make Event Autodetection Large 312.48ms 316.79ms +1.4%
Make Event Explicit Types 13.70ms 14.00ms +2.2%
Excavate Single Thread Small 3.928s 3.957s +0.7%
Excavate Single Thread Large 9.567s 9.427s -1.5%
Excavate Parallel Tasks Small 4.078s 4.095s +0.4%
Excavate Parallel Tasks Large 7.175s 7.175s +0.0%
Is Ip Performance 3.22ms 3.15ms -1.9%
Make Ip Type Performance 11.39ms 11.40ms +0.1%
Mixed Ip Operations 4.50ms 4.51ms +0.3%
Memory Use Web Crawl 44.1 MB 39.5 MB -10.4% 🟢🟢 🚀
Memory Use Subdomain Enum 19.3 MB 19.3 MB +0.0%
Scan Throughput 100 8.092s 7.420s -8.3%
Scan Throughput 1000 41.215s 36.104s -12.4% 🟢🟢 🚀
Typical Queue Shuffle 63.28µs 61.70µs -2.5%
Priority Queue Shuffle 720.38µs 702.01µs -2.6%

🎯 Performance Summary

+ 2 improvements 🚀
  22 unchanged ✅

🔍 Significant Changes (>10%)

  • Memory Use Web Crawl: 10.4% 🚀 less memory
  • Scan Throughput 1000: 12.4% 🚀 faster

🐍 Python Version 3.11.15

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 81.23684% with 713 lines in your changes missing coverage. Please review.
✅ Project coverage is 91%. Comparing base (0f16c56) to head (83a809a).
⚠️ Report is 606 commits behind head on 3.0.

Files with missing lines Patch % Lines
bbot/core/event/base.py 76% 78 Missing ⚠️
bbot/modules/azure_tenant.py 76% 66 Missing ⚠️
...ot/test/benchmarks/test_event_memory_benchmarks.py 19% 52 Missing ⚠️
bbot/test/benchmarks/_scan_memory_web_crawl.py 0% 49 Missing ⚠️
bbot/core/helpers/dns/dns.py 80% 45 Missing ⚠️
...test/benchmarks/test_scan_throughput_benchmarks.py 37% 28 Missing ⚠️
...bot/test/benchmarks/_scan_memory_subdomain_enum.py 0% 27 Missing ⚠️
bbot/modules/trajan.py 85% 26 Missing ⚠️
bbot/core/helpers/misc.py 68% 21 Missing ⚠️
bbot/core/helpers/asn.py 62% 18 Missing ⚠️
... and 59 more
Additional details and impacted files
@@           Coverage Diff           @@
##             3.0   #3022     +/-   ##
=======================================
- Coverage     92%     91%     -0%     
=======================================
  Files        416     437     +21     
  Lines      34690   37431   +2741     
=======================================
+ Hits       31648   33873   +2225     
- Misses      3042    3558    +516     

☔ 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 5 commits April 15, 2026 14:29
- Update deps_pip and pyproject.toml to baddns~=2.1.0
- Pass self.scan.helpers.dns.blastdns as dns_client (was .resolver)
- Replace MODERATE confidence level with MEDIUM to match baddns 2.1.0
dependabot Bot and others added 30 commits April 19, 2026 04:43
Updates the requirements on [pytest-env](https://github.com/pytest-dev/pytest-env) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](pytest-dev/pytest-env@0.8.2...1.6.0)

---
updated-dependencies:
- dependency-name: pytest-env
  dependency-version: 1.6.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: dnspython
  dependency-version: 2.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…/fastapi-gte-0.115.5-and-lt-0.137.0

Update fastapi requirement from <0.129.0,>=0.115.5 to >=0.115.5,<0.137.0
…/dnspython-gte-2.7.0-and-lt-2.9.0

Update dnspython requirement from <2.8.0,>=2.7.0 to >=2.7.0,<2.9.0
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.3.2...v7.0.5)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 7.0.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…/pytest-env-gte-0.8.2-and-lt-1.7.0

Update pytest-env requirement from <1.2.0,>=0.8.2 to >=0.8.2,<1.7.0
…/mkdocstrings-gte-0.22-and-lt-1.1

Update mkdocstrings requirement from <0.31,>=0.22 to >=0.22,<1.1
…/cachetools-gte-5.3.2-and-lt-8.0.0

Update cachetools requirement from <7.0.0,>=5.3.2 to >=5.3.2,<8.0.0
…/pytest-asyncio-1.3.0

Bump pytest-asyncio from 1.2.0 to 1.3.0
…nado-6.5.5

Bump tornado from 6.5.4 to 6.5.5
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.10 to 0.15.12.
- [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.10...0.15.12)

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

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

Bump ruff from 0.15.10 to 0.15.12
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.

5 participants