-
-
Notifications
You must be signed in to change notification settings - Fork 761
Dev -> Stable 2.6.0 #2492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Dev -> Stable 2.6.0 #2492
Conversation
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
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 15.0 to 15.1. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-rerunfailures@15.0...15.1) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '15.1' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.22.0 to 3.23.0. - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](Legrandin/pycryptodome@v3.22.0...v3.23.0) --- updated-dependencies: - dependency-name: pycryptodome dependency-version: 3.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
securitytrails.com's ping API returns 429 if you've exceeded the quota for the API key. This delays the setup phase by 90 seconds. This fix introduces a ping_retry_on_http_429 flag which can be set to False to avoid this behaviour. The flag is set to False on the securitytrails module.
Remove binaryedge as it has been shut down
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## stable #2492 +/- ##
======================================
+ Coverage 93% 93% +1%
======================================
Files 401 402 +1
Lines 33205 33274 +69
======================================
+ Hits 30702 30767 +65
- Misses 2503 2507 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Update trufflehog to 3.89.0
Fix broken chromium on M4 Mac
…on-ping-429 Don't retry securitytrails ping API on HTTP 429
Nuclei TestNucleiSevere Fix
Re-remove deadly folder
Fix nuclei module path in Updater workflow
…/mkdocs-material-9.6.16 Bump mkdocs-material from 9.6.12 to 9.6.16
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.34.2 to 0.35.0. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.34.2...0.35.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.35.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…/pytest-rerunfailures-15.1 Bump pytest-rerunfailures from 15.0 to 15.1
…/orjson-3.11.1 Bump orjson from 3.10.16 to 3.11.1
…/urllib3-2.5.0 Bump urllib3 from 2.4.0 to 2.5.0
…/uvicorn-0.35.0 Bump uvicorn from 0.34.2 to 0.35.0
Bumps [setproctitle](https://github.com/dvarrazzo/py-setproctitle) from 1.3.5 to 1.3.6. - [Changelog](https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst) - [Commits](dvarrazzo/py-setproctitle@version-1.3.5...version-1.3.6) --- updated-dependencies: - dependency-name: setproctitle dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [poetry-dynamic-versioning](https://github.com/mtkennerly/poetry-dynamic-versioning) from 1.7.1 to 1.9.1. - [Release notes](https://github.com/mtkennerly/poetry-dynamic-versioning/releases) - [Changelog](https://github.com/mtkennerly/poetry-dynamic-versioning/blob/master/CHANGELOG.md) - [Commits](mtkennerly/poetry-dynamic-versioning@v1.7.1...v1.9.1) --- updated-dependencies: - dependency-name: poetry-dynamic-versioning dependency-version: 1.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…/setproctitle-1.3.6 Bump setproctitle from 1.3.5 to 1.3.6
…/poetry-dynamic-versioning-1.9.1 Bump poetry-dynamic-versioning from 1.7.1 to 1.9.1
Update Yara custom signatures doc
liquidsec
approved these changes
Aug 12, 2025
ausmaster
approved these changes
Aug 12, 2025
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.
New Modules
Improvements
Bugfixes