redcanaryco / surveyor

A cross-platform baselining, threat hunting, and attack surface analysis tool for security teams.
MIT License
166 stars 62 forks source link

Bump cbapi from 1.7.0 to 1.7.10 #137

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 11 months ago

Bumps cbapi from 1.7.0 to 1.7.10.

Release notes

Sourced from cbapi's releases.

cbapi Python Bindings - 1.7.10

Bug Fixes

  • Update CbAPI to use packaging instead of distutils for python3.7+

cbapi Python Bindings - 1.7.9

Bug Fix:

  • Adjust Live Response Worker creation for EDR sensors to optimize for sensor specific jobs

cbapi Python Bindings - 1.7.8

Bug Fix:

  • Vendor the attrdict module because of ImportError for Python3.10

cbapi Python Bindings - 1.7.7

Bug Fix

  • Changed the sort order for EDR sensor searches from 'last_checkin_time' (default when none provided explicitly) to 'hostname' to make the sort stable as sensors checkin during paging

cbapi Python Bindings - 1.7.6

Bug Fixes

  • Removed the requirement for an admin token to connect
  • Added sensor paginated query

General

  • Updated version of lxml library

cbapi Python Bindings - 1.7.5

Changelog

Updates

  • General
    • Allow the CbAPI to accept a pre-configured Session object to be used for access, to get around unusual configuration requirements.

cbapi Python Bindings - 1.7.4

Changelog

Updates

  • General
    • Fix example code in the documentation for Facets
  • CB Response
    • Add missing fields for SensorGroup class and fix example script to properly create SensorGroup
    • Fix example script sensor_group_operations.py to list groups without ipaddresses
    • Fix alert.save()
    • Allow blocked processes to be accessed through the Process (processblocks)

cbapi Python Bindings - 1.7.3

Changelog

Updates

... (truncated)

Changelog

Sourced from cbapi's changelog.

CbAPI 1.7.10 - Release Feb 1, 2023

Bug Fixes

  • Update CbAPI to use packaging instead of distutils for python3.7+

CbAPI 1.7.9 - Release Sept 29, 2022

Bug Fixes

  • Adjust Live Response Worker creation for EDR sensors to optimize for sensor specific jobs

CbAPI 1.7.8 - Release Jun 17, 2022

Bug Fixes

  • Vendor the attrdict module because of ImportError for Python3.10

CbAPI 1.7.7 - Release Jan 28, 2022

Bug Fixes

  • Changed the sort order for EDR sensor searches from 'last_checkin_time' (default when none provided explicitly) to 'hostname' to make the sort stable as sensors checkin during paging

CbAPI 1.7.6 - Release Dec 20, 2021

Bug Fixes

  • Removed the requirement for an admin token to connect
  • Added sensor paginated query

General

  • Updated version of lxml library

CbAPI 1.7.5 - Released June 16, 2021

Updates

  • General
    • Allow the CbAPI to accept a pre-configured Session object to be used for access, to get around unusual configuration requirements.

CbAPI 1.7.4 - Released April 7, 2021

Updates

  • General

... (truncated)

Commits
  • 32dd08d Merge pull request #321 from carbonblack/version_bump
  • d6ac000 Version bump
  • 70d2c22 Merge pull request #320 from carbonblack/CBAPI-4433-replace-distutils
  • 2d2fc87 Using packaging for python3.7+
  • 2853c82 Merge pull request #318 from carbonblack/release-1.7.9
  • f9ec4df Version bump for 1.7.9
  • 065ce86 Merge pull request #317 from carbonblack/job-worker-performance
  • 1074dab Fix missing append parameter
  • c47702b Add more performant sensor spawner
  • b3662b2 Merge pull request #315 from carbonblack/pr-v1.7.8
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)