-
-
Notifications
You must be signed in to change notification settings - Fork 699
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
Open
TheTechromancer
wants to merge
64
commits into
stable
Choose a base branch
from
dev
base: stable
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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 [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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stable #2492 +/- ##
======================================
+ Coverage 93% 93% +1%
======================================
Files 401 400 -1
Lines 33205 33199 -6
======================================
+ Hits 30702 30704 +2
+ Misses 2503 2495 -8 ☔ 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
Rachael adjectives
…/pycryptodome-3.23.0 Bump pycryptodome from 3.22.0 to 3.23.0
Adding scope_distance config for hunt module
Add Finding for zip extension in URL_HINT
New module: aspnet_bin_exposure
Add "pensive" to Adjectives, "trent" to Names.
Update tldextract
Update trufflehog to 3.89.2
Fix missing massdns dependency in dnscommonsrv
…exit Clean temp dir on exit
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