Skip to content
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 367 commits into from
Oct 18, 2024
Merged

Dev --> Stable (2.1.0) #1724

merged 367 commits into from
Oct 18, 2024

Conversation

TheTechromancer
Copy link
Collaborator

@TheTechromancer TheTechromancer commented Aug 30, 2024

BREAKING CHANGES

Events now have several new attributes:

  • .uuid and .parent_uuid
    • Unlike id, which is a hash of the event type + its data, uuid is a universally unique value which is different for every event.
    • This is useful for situations like ASM where there are lots of identical events, and we need to track parents precisely.
    • event.parent_chain is now made up of these UUIDs.
  • .netloc
  • .port

Documentation for event attributes is here.

TODO:

  • Document event fields

New Modules

Improvements

Bugfixes

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 90.94590% with 246 lines in your changes missing coverage. Please review.

Project coverage is 93%. Comparing base (6a55178) to head (7716db3).
Report is 419 commits behind head on stable.

Files with missing lines Patch % Lines
bbot/core/helpers/depsinstaller/sudo_askpass.py 0% 29 Missing ⚠️
bbot/modules/subdomainradar.py 77% 27 Missing ⚠️
bbot/modules/postman_download.py 88% 21 Missing ⚠️
bbot/core/helpers/depsinstaller/installer.py 55% 19 Missing ⚠️
bbot/core/engine.py 89% 16 Missing ⚠️
bbot/modules/google_playstore.py 79% 13 Missing ⚠️
bbot/modules/postman.py 61% 13 Missing ⚠️
bbot/modules/output/teams.py 80% 12 Missing ⚠️
bbot/modules/baddns_direct.py 83% 10 Missing ⚠️
bbot/modules/base.py 91% 9 Missing ⚠️
... and 23 more
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.
📢 Have feedback on the report? Share it here.

dependabot bot and others added 28 commits September 16, 2024 04:33
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
…/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]>
github-actions and others added 28 commits October 16, 2024 15:36
…ecrets-tweak

better handling of custom secrets files
Break out docs updater into separate workflow
@TheTechromancer TheTechromancer merged commit 989bd78 into stable Oct 18, 2024
20 checks passed
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.

4 participants