-
Notifications
You must be signed in to change notification settings - Fork 423
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
Dev --> Stable (2.1.0) #1724
Merged
Merged
Dev --> Stable (2.1.0) #1724
Conversation
This file contains 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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stable #1724 +/- ##
========================================
+ Coverage 93% 93% +1%
========================================
Files 341 354 +13
Lines 26056 27456 +1400
========================================
+ Hits 24007 25314 +1307
- Misses 2049 2142 +93 ☔ View full report in Codecov by Sentry. |
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.0 to 2.9.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…/poetry-dynamic-versioning-1.4.1 Bump poetry-dynamic-versioning from 1.2.0 to 1.4.1
…/pytest-8.3.3 Bump pytest from 8.3.2 to 8.3.3
…/regex-2024.9.11 Bump regex from 2024.7.24 to 2024.9.11
…/idna-3.10 Bump idna from 3.8 to 3.10
…/pydantic-2.9.1 Bump pydantic from 2.9.0 to 2.9.1
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.1...2.2.3) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
merge recent baddns changes
New Module: Download Postman Workspaces
DNN installwizard detector bugfix
…ecrets-tweak better handling of custom secrets files
Update trufflehog to 3.82.11
handle bad chars in matched data
Misc improvements
Fixing Bugs with Generic SSRF Payload
Fix bug with module exclusions
Break out docs updater into separate workflow
liquidsec
approved these changes
Oct 18, 2024
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.
BREAKING CHANGES
Events now have several new attributes:
.uuid
and.parent_uuid
id
, which is a hash of the event type + its data,uuid
is a universally unique value which is different for every event.event.parent_chain
is now made up of these UUIDs..netloc
.port
Documentation for event attributes is here.
TODO:
New Modules
Improvements
Bugfixes