Dev -> Stable 2.8.3#2922
Merged
TheTechromancer merged 67 commits intostablefrom Feb 26, 2026
Merged
Conversation
Update nuclei to 3.7.0
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
Fix failing fedora distro test
Automated Docs Update
…/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
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.
…-fix Fix interactsh decryption
improve padding oracle detection
liquidsec
approved these changes
Feb 24, 2026
Contributor
📊 Performance Benchmark Report
📈 Detailed Results (All Benchmarks)
🎯 Performance Summary+ 4 improvements 🚀
14 unchanged ✅🔍 Significant Changes (>10%)
🐍 Python Version 3.11.14 |
Codecov Report❌ Patch coverage is 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. 🚀 New features to boost your workflow:
|
liquidsec
approved these changes
Feb 24, 2026
Add default WAF filter for lightfuzz
Automated Docs Update
Don't excavate PDFs
…-as-get Lightfuzz - Try POST as Get feature
Automated Docs Update
liquidsec
approved these changes
Feb 26, 2026
ausmaster
approved these changes
Feb 26, 2026
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.
Improvements
Bugfixes