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

Bump aiohttp from 3.8.6 to 3.9.2 #436

Merged
merged 2 commits into from
Feb 5, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps aiohttp from 3.8.6 to 3.9.2.

Release notes

Sourced from aiohttp's releases.

3.9.2

Bug fixes

  • Fixed server-side websocket connection leak.

    Related issues and pull requests on GitHub: #7978.

  • Fixed web.FileResponse doing blocking I/O in the event loop.

    Related issues and pull requests on GitHub: #8012.

  • Fixed double compress when compression enabled and compressed file exists in server file responses.

    Related issues and pull requests on GitHub: #8014.

  • Added runtime type check for ClientSession timeout parameter.

    Related issues and pull requests on GitHub: #8021.

  • Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:pajod.

    Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected. Invalid header field names containing question mark or slash are now rejected. Such requests are incompatible with :rfc:9110#section-5.6.2 and are not known to be of any legitimate use.

    Related issues and pull requests on GitHub: #8074.

  • Improved validation of paths for static resources requests to the server -- by :user:bdraco.

... (truncated)

Changelog

Sourced from aiohttp's changelog.

3.9.2 (2024-01-28)

Bug fixes

  • Fixed server-side websocket connection leak.

    Related issues and pull requests on GitHub: :issue:7978.

  • Fixed web.FileResponse doing blocking I/O in the event loop.

    Related issues and pull requests on GitHub: :issue:8012.

  • Fixed double compress when compression enabled and compressed file exists in server file responses.

    Related issues and pull requests on GitHub: :issue:8014.

  • Added runtime type check for ClientSession timeout parameter.

    Related issues and pull requests on GitHub: :issue:8021.

  • Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:pajod.

    Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected. Invalid header field names containing question mark or slash are now rejected. Such requests are incompatible with :rfc:9110#section-5.6.2 and are not known to be of any legitimate use.

    Related issues and pull requests on GitHub: :issue:8074.

... (truncated)

Commits
  • 24a6d64 Release v3.9.2 (#8082)
  • 9118a58 [PR #8079/1c335944 backport][3.9] Validate static paths (#8080)
  • 435ad46 [PR #3955/8960063e backport][3.9] Replace all tmpdir fixtures with tmp_path (...
  • d33bc21 Improve validation in HTTP parser (#8074) (#8078)
  • 0d945d1 [PR #7916/822fbc74 backport][3.9] Add more information to contributing page (...
  • 3ec4fa1 [PR #8069/69bbe874 backport][3.9] 📝 Only show changelog draft for non-release...
  • 419d715 [PR #8066/cba34699 backport][3.9] 💅📝 Restructure the changelog for clarity (#...
  • a54dab3 [PR #8049/a379e634 backport][3.9] Set cause for ClientPayloadError (#8050)
  • 437ac47 [PR #7995/43a5bc50 backport][3.9] Fix examples of fallback_charset_resolver...
  • 034e5e3 [PR #8042/4b91b530 backport][3.9] Tightening the runtime type check for ssl (...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot requested a review from a team January 29, 2024 23:59
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/aiohttp-3.9.2 branch 2 times, most recently from 988c6bd to fa9012a Compare January 30, 2024 18:00
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.6...v3.9.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/aiohttp-3.9.2 branch from fa9012a to b777eee Compare January 30, 2024 21:58
@dependabot dependabot bot requested a review from a team January 30, 2024 21:58
@LucySuddenly
Copy link
Contributor

one breaking change in https://github.com/aio-libs/aiohttp/releases/tag/v3.9.2 which does not seem to affect us

@LucySuddenly LucySuddenly merged commit 2d7caa0 into main Feb 5, 2024
5 checks passed
@LucySuddenly LucySuddenly deleted the dependabot/pip/aiohttp-3.9.2 branch February 5, 2024 17:43
ben-githubs added a commit to ben-githubs/patdb that referenced this pull request Feb 16, 2024
* Detections Inheritance (panther-labs#375)

* Validation for derived detections.

* Auto-format files

* refactor

* Auto-format files

* progress

* progress

* progress

* Auto-format files

* progress

* Auto-format files

* test

* hmm

* trying something else

* Auto-format files

* progress

* progress

* Auto-format files

* progress

* Auto-format files

* prog

* progress

* Progress?

* Auto-format files

* progress

* Auto-format files

* progress

* Auto-format files

* PR feedback.

* Auto-format files

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* progress (panther-labs#378)

* adds option to skip version check (panther-labs#379)

* adds option to skip version check

* Auto-format files

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* Check that backend was set successfully (panther-labs#380)

* Better validation of backend for benchmark and validate.

* Auto-format files

* bug fix

* Auto-format files

* bug fix

* Update panther_analysis_tool/command/benchmark.py

* Update panther_analysis_tool/command/validate.py

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* version bump (panther-labs#381)

* bug fix for zip_chunker (panther-labs#383)

* bug fix for zip_chunker

* Update panther_analysis_tool/zip_chunker.py

* Update zip_chunker.py

* Fixing requirements for certain functions (panther-labs#385)

* Enforcing API token requirement better.

* Auto-format files

* Version bump.

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* bumping versions (panther-labs#386)

* version bumps (panther-labs#387)

* Allow Dependabot to update all pip package sources (panther-labs#388)

* Allow Dependabot to update all pip package sources

* Move file to .github directory

* README makeover (panther-labs#389)

* Better readme

* readme makeover

* Update README.md

* Adding github action for automating releases (panther-labs#390)

* adding github action for automating releases

* fixing steps

* fixed pr step

* adding publish_github_reelease_and_pypi job

* splitting to two gha since they both need to be manually triggered from workflow_dispatch

* Apply suggestions from code review

Co-authored-by: Evan Gibler <evan.gibler@panther.com>

* Update .github/workflows/release_pr.yml

Co-authored-by: Evan Gibler <evan.gibler@panther.com>

* refactored everything

* refactored everything

* removing unneeded code

* added major, minor, patch version levels

---------

Co-authored-by: Grant Joy <9968195+grantjoy@users.noreply.github.com>
Co-authored-by: Evan Gibler <evan.gibler@panther.com>

* Adding dist path for gha (panther-labs#391)

* Adding Draft flag to push PR (panther-labs#392)

* Adding body flag to version bump GHA (panther-labs#393)

* Adding [bot] to dac-bot for CLA (panther-labs#397)

* Switching to PAT for GH_TOKEN (panther-labs#399)

* Version bump to v0.31.0 (panther-labs#400)

* Bump version to 0.31.0

* Empty-Commit

---------

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>
Co-authored-by: stedrow <104793655+stedrow@users.noreply.github.com>

* Updating fmt GHA logic (panther-labs#401)

* Updating GHA to main from master (panther-labs#403)

* updates panther-core (panther-labs#404)

* Updating PAT with latest regexs for validation (panther-labs#406)

* Updating PAT with latest regexs for validation

* fmt

* Version bump to v0.32.0 (panther-labs#407)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* fixes bug that prevented multiple saved queries from being uploaded (panther-labs#408)

* Bump version to 0.32.1 (panther-labs#409)

* Allowing tests to be defined in derived detection YAML (panther-labs#410)

* Add CORRELATION_RULE AnalysisType. (panther-labs#411)

* Update logic for determining if an AnalysisType is a simple detection. (panther-labs#412)

* Update logic for determining if an AnalysisType is a simple detection.

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

* Add some tests.

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

* Format all the things.

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

---------

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

* Removing references to Azure.SignIn schema (panther-labs#413)

* Removed Azure.SignIn schema

* Removed from regex

* Version bump to v0.33.0 (panther-labs#414)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Add schema support for Correlation Rules (panther-labs#416)

* adds option to auto disable base (panther-labs#417)

* adds option to auto disable base

* fix lint

* formatting

* log formatting

* fmt

* Bump version to 0.34.0 (panther-labs#418)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* DAC-501 PAT can test derived detections w/ inheritance and overrides (panther-labs#420)

* can fetch base detection body when testing derived detection

* make fmt

* adds unit tests for retrieving base detections

* tests can be inherited for derived detections

* make fmt

* fix lint

* ci fix

* ci fix

* ciiiii

* MORE CI

* conditionally show correlation rule output (panther-labs#419)

* conditionally show correlation rule output

* updates

* updates

---------

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Bump version to 0.35.0 (panther-labs#424)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* pat test can fetch tests of base detection (panther-labs#423)

* pat test can fetch tests of base detection

* make fmt

* fix lint

* fix feature flags not checking for lambda exception (panther-labs#426)

* quick fix

* adds test for feature flags not erroring if using a lambda client backend

* fix lint

* Bump version to 0.35.1 (panther-labs#427)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Bump version to 0.36.0 (panther-labs#430)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* CreateAlert support (panther-labs#431)

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Added check-packs command to check whether packs have all detections (panther-labs#421)

* Added update-packs command to check whether packs have all detections it should have

* Added test for check-pack command

* Added support for simple packs

* Added docstrings

* Bump version to 0.37.0 (panther-labs#432)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Revert "CreateAlert support" (panther-labs#434)

* Bump version to 0.37.1 (panther-labs#435)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* CreateAlert support (panther-labs#437)

* CreateAlert support

* updating packaging to have versioned deps

* updates

* regenerating lock

---------

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Bump version to 0.38.0 (panther-labs#439)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* adding pdh and removing dead code from setup (panther-labs#440)

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* chore: update codeowners to DaC (panther-labs#438)

* Removing PDH because it isn't used in this project (panther-labs#441)

* fix: respect ignored files (panther-labs#442)

* Bump version to 0.38.1 (panther-labs#443)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Bump aiohttp from 3.8.6 to 3.9.2 (panther-labs#436)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.6...v3.9.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucy Suddenly <43256356+LucySuddenly@users.noreply.github.com>

* chore: version resolution (panther-labs#444)

* chore: pin panther core version

* chore: resolve versioning

* chore: update pyyaml

* chore: align pyyaml with d-e

* fixes panther-core version. (panther-labs#447)

* fixes panther-core version.

* jump versions to see if it will resolve issues

* Bump version to 0.38.2 (panther-labs#446)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>
Co-authored-by: darwayne <darwaynelynch@gmail.com>

* Omit rules with Configuration Required Tag from Pack check (panther-labs#448)

* Revert pipfile changes; keep logic

* Appease the linter

* Bump version to 0.39.0 (panther-labs#449)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* adding correlation rules to async bulk upload graphql (panther-labs#450)

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Update fmt.yml (panther-labs#452)

* Update fmt.yml (panther-labs#453)

* Update fmt.yml

* Update Pipfile

* Update fmt.yml

* Update Pipfile

* updates versions for release (panther-labs#454)

* Bump version to 0.40.0 (panther-labs#455)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* merged changes (with conflicts)

* updated the help text

---------

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Grant Joy <9968195+grantjoy@users.noreply.github.com>
Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>
Co-authored-by: nskobov <93276498+nskobov@users.noreply.github.com>
Co-authored-by: Evan Gibler <evan.gibler@panther.com>
Co-authored-by: Scott Tedrow <104793655+stedrow@users.noreply.github.com>
Co-authored-by: panther-bot-automation <94577522+panther-bot-automation@users.noreply.github.com>
Co-authored-by: dac-bot[bot] <dac-bot@panther.com>
Co-authored-by: darwayne <darwaynelynch@gmail.com>
Co-authored-by: yusufak-panther <87032601+yusufak-panther@users.noreply.github.com>
Co-authored-by: Zac Brown <zacbrown@users.noreply.github.com>
Co-authored-by: Kostas Papageorgiou <kostas.papageorgiou@panther.com>
Co-authored-by: Max Richmond <46904505+maxrichie5@users.noreply.github.com>
Co-authored-by: maxrichie5 <maxrichmond@panther.com>
Co-authored-by: Oleh Melenevskyi <767472+melenevskyi@users.noreply.github.com>
Co-authored-by: Lucy Suddenly <43256356+LucySuddenly@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ben-githubs added a commit to ben-githubs/patdb that referenced this pull request Mar 18, 2024
* Detections Inheritance (panther-labs#375)

* Validation for derived detections.

* Auto-format files

* refactor

* Auto-format files

* progress

* progress

* progress

* Auto-format files

* progress

* Auto-format files

* test

* hmm

* trying something else

* Auto-format files

* progress

* progress

* Auto-format files

* progress

* Auto-format files

* prog

* progress

* Progress?

* Auto-format files

* progress

* Auto-format files

* progress

* Auto-format files

* PR feedback.

* Auto-format files

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* progress (panther-labs#378)

* adds option to skip version check (panther-labs#379)

* adds option to skip version check

* Auto-format files

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* Check that backend was set successfully (panther-labs#380)

* Better validation of backend for benchmark and validate.

* Auto-format files

* bug fix

* Auto-format files

* bug fix

* Update panther_analysis_tool/command/benchmark.py

* Update panther_analysis_tool/command/validate.py

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* version bump (panther-labs#381)

* bug fix for zip_chunker (panther-labs#383)

* bug fix for zip_chunker

* Update panther_analysis_tool/zip_chunker.py

* Update zip_chunker.py

* Fixing requirements for certain functions (panther-labs#385)

* Enforcing API token requirement better.

* Auto-format files

* Version bump.

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* bumping versions (panther-labs#386)

* version bumps (panther-labs#387)

* Allow Dependabot to update all pip package sources (panther-labs#388)

* Allow Dependabot to update all pip package sources

* Move file to .github directory

* README makeover (panther-labs#389)

* Better readme

* readme makeover

* Update README.md

* Adding github action for automating releases (panther-labs#390)

* adding github action for automating releases

* fixing steps

* fixed pr step

* adding publish_github_reelease_and_pypi job

* splitting to two gha since they both need to be manually triggered from workflow_dispatch

* Apply suggestions from code review

Co-authored-by: Evan Gibler <evan.gibler@panther.com>

* Update .github/workflows/release_pr.yml

Co-authored-by: Evan Gibler <evan.gibler@panther.com>

* refactored everything

* refactored everything

* removing unneeded code

* added major, minor, patch version levels

---------

Co-authored-by: Grant Joy <9968195+grantjoy@users.noreply.github.com>
Co-authored-by: Evan Gibler <evan.gibler@panther.com>

* Adding dist path for gha (panther-labs#391)

* Adding Draft flag to push PR (panther-labs#392)

* Adding body flag to version bump GHA (panther-labs#393)

* Adding [bot] to dac-bot for CLA (panther-labs#397)

* Switching to PAT for GH_TOKEN (panther-labs#399)

* Version bump to v0.31.0 (panther-labs#400)

* Bump version to 0.31.0

* Empty-Commit

---------

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>
Co-authored-by: stedrow <104793655+stedrow@users.noreply.github.com>

* Updating fmt GHA logic (panther-labs#401)

* Updating GHA to main from master (panther-labs#403)

* updates panther-core (panther-labs#404)

* Updating PAT with latest regexs for validation (panther-labs#406)

* Updating PAT with latest regexs for validation

* fmt

* Version bump to v0.32.0 (panther-labs#407)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* fixes bug that prevented multiple saved queries from being uploaded (panther-labs#408)

* Bump version to 0.32.1 (panther-labs#409)

* Allowing tests to be defined in derived detection YAML (panther-labs#410)

* Add CORRELATION_RULE AnalysisType. (panther-labs#411)

* Update logic for determining if an AnalysisType is a simple detection. (panther-labs#412)

* Update logic for determining if an AnalysisType is a simple detection.

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

* Add some tests.

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

* Format all the things.

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

---------

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

* Removing references to Azure.SignIn schema (panther-labs#413)

* Removed Azure.SignIn schema

* Removed from regex

* Version bump to v0.33.0 (panther-labs#414)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Add schema support for Correlation Rules (panther-labs#416)

* adds option to auto disable base (panther-labs#417)

* adds option to auto disable base

* fix lint

* formatting

* log formatting

* fmt

* Bump version to 0.34.0 (panther-labs#418)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* DAC-501 PAT can test derived detections w/ inheritance and overrides (panther-labs#420)

* can fetch base detection body when testing derived detection

* make fmt

* adds unit tests for retrieving base detections

* tests can be inherited for derived detections

* make fmt

* fix lint

* ci fix

* ci fix

* ciiiii

* MORE CI

* conditionally show correlation rule output (panther-labs#419)

* conditionally show correlation rule output

* updates

* updates

---------

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Bump version to 0.35.0 (panther-labs#424)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* pat test can fetch tests of base detection (panther-labs#423)

* pat test can fetch tests of base detection

* make fmt

* fix lint

* fix feature flags not checking for lambda exception (panther-labs#426)

* quick fix

* adds test for feature flags not erroring if using a lambda client backend

* fix lint

* Bump version to 0.35.1 (panther-labs#427)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Bump version to 0.36.0 (panther-labs#430)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* CreateAlert support (panther-labs#431)

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Added check-packs command to check whether packs have all detections (panther-labs#421)

* Added update-packs command to check whether packs have all detections it should have

* Added test for check-pack command

* Added support for simple packs

* Added docstrings

* Bump version to 0.37.0 (panther-labs#432)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Revert "CreateAlert support" (panther-labs#434)

* Bump version to 0.37.1 (panther-labs#435)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* CreateAlert support (panther-labs#437)

* CreateAlert support

* updating packaging to have versioned deps

* updates

* regenerating lock

---------

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Bump version to 0.38.0 (panther-labs#439)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* adding pdh and removing dead code from setup (panther-labs#440)

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* chore: update codeowners to DaC (panther-labs#438)

* Removing PDH because it isn't used in this project (panther-labs#441)

* fix: respect ignored files (panther-labs#442)

* Bump version to 0.38.1 (panther-labs#443)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Bump aiohttp from 3.8.6 to 3.9.2 (panther-labs#436)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.6...v3.9.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucy Suddenly <43256356+LucySuddenly@users.noreply.github.com>

* chore: version resolution (panther-labs#444)

* chore: pin panther core version

* chore: resolve versioning

* chore: update pyyaml

* chore: align pyyaml with d-e

* fixes panther-core version. (panther-labs#447)

* fixes panther-core version.

* jump versions to see if it will resolve issues

* Bump version to 0.38.2 (panther-labs#446)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>
Co-authored-by: darwayne <darwaynelynch@gmail.com>

* Omit rules with Configuration Required Tag from Pack check (panther-labs#448)

* Revert pipfile changes; keep logic

* Appease the linter

* Bump version to 0.39.0 (panther-labs#449)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* adding correlation rules to async bulk upload graphql (panther-labs#450)

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Update fmt.yml (panther-labs#452)

* Update fmt.yml (panther-labs#453)

* Update fmt.yml

* Update Pipfile

* Update fmt.yml

* Update Pipfile

* updates versions for release (panther-labs#454)

* Bump version to 0.40.0 (panther-labs#455)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Bump version to 0.41.0 (panther-labs#457)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Revert "Bump version to 0.41.0 (panther-labs#457)" (panther-labs#458)

This reverts commit 18d9e2a.

* format README and clear markdown linter errors (panther-labs#456)

* Ignore disabled rules during packs-check (panther-labs#459)

* Version bump to v0.41.0 (panther-labs#460)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* added debug mode checking logic

---------

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Grant Joy <9968195+grantjoy@users.noreply.github.com>
Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>
Co-authored-by: nskobov <93276498+nskobov@users.noreply.github.com>
Co-authored-by: Evan Gibler <evan.gibler@panther.com>
Co-authored-by: Scott Tedrow <104793655+stedrow@users.noreply.github.com>
Co-authored-by: panther-bot-automation <94577522+panther-bot-automation@users.noreply.github.com>
Co-authored-by: dac-bot[bot] <dac-bot@panther.com>
Co-authored-by: darwayne <darwaynelynch@gmail.com>
Co-authored-by: yusufak-panther <87032601+yusufak-panther@users.noreply.github.com>
Co-authored-by: Zac Brown <zacbrown@users.noreply.github.com>
Co-authored-by: Kostas Papageorgiou <kostas.papageorgiou@panther.com>
Co-authored-by: Max Richmond <46904505+maxrichie5@users.noreply.github.com>
Co-authored-by: maxrichie5 <maxrichmond@panther.com>
Co-authored-by: Oleh Melenevskyi <767472+melenevskyi@users.noreply.github.com>
Co-authored-by: Lucy Suddenly <43256356+LucySuddenly@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Panos Sakkos <panos.sakkos@panther.com>
ben-githubs added a commit to ben-githubs/patdb that referenced this pull request Mar 18, 2024
* Detections Inheritance (panther-labs#375)

* Validation for derived detections.

* Auto-format files

* refactor

* Auto-format files

* progress

* progress

* progress

* Auto-format files

* progress

* Auto-format files

* test

* hmm

* trying something else

* Auto-format files

* progress

* progress

* Auto-format files

* progress

* Auto-format files

* prog

* progress

* Progress?

* Auto-format files

* progress

* Auto-format files

* progress

* Auto-format files

* PR feedback.

* Auto-format files

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* progress (panther-labs#378)

* adds option to skip version check (panther-labs#379)

* adds option to skip version check

* Auto-format files

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* Check that backend was set successfully (panther-labs#380)

* Better validation of backend for benchmark and validate.

* Auto-format files

* bug fix

* Auto-format files

* bug fix

* Update panther_analysis_tool/command/benchmark.py

* Update panther_analysis_tool/command/validate.py

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* version bump (panther-labs#381)

* bug fix for zip_chunker (panther-labs#383)

* bug fix for zip_chunker

* Update panther_analysis_tool/zip_chunker.py

* Update zip_chunker.py

* Fixing requirements for certain functions (panther-labs#385)

* Enforcing API token requirement better.

* Auto-format files

* Version bump.

---------

Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>

* bumping versions (panther-labs#386)

* version bumps (panther-labs#387)

* Allow Dependabot to update all pip package sources (panther-labs#388)

* Allow Dependabot to update all pip package sources

* Move file to .github directory

* README makeover (panther-labs#389)

* Better readme

* readme makeover

* Update README.md

* Adding github action for automating releases (panther-labs#390)

* adding github action for automating releases

* fixing steps

* fixed pr step

* adding publish_github_reelease_and_pypi job

* splitting to two gha since they both need to be manually triggered from workflow_dispatch

* Apply suggestions from code review

Co-authored-by: Evan Gibler <evan.gibler@panther.com>

* Update .github/workflows/release_pr.yml

Co-authored-by: Evan Gibler <evan.gibler@panther.com>

* refactored everything

* refactored everything

* removing unneeded code

* added major, minor, patch version levels

---------

Co-authored-by: Grant Joy <9968195+grantjoy@users.noreply.github.com>
Co-authored-by: Evan Gibler <evan.gibler@panther.com>

* Adding dist path for gha (panther-labs#391)

* Adding Draft flag to push PR (panther-labs#392)

* Adding body flag to version bump GHA (panther-labs#393)

* Adding [bot] to dac-bot for CLA (panther-labs#397)

* Switching to PAT for GH_TOKEN (panther-labs#399)

* Version bump to v0.31.0 (panther-labs#400)

* Bump version to 0.31.0

* Empty-Commit

---------

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>
Co-authored-by: stedrow <104793655+stedrow@users.noreply.github.com>

* Updating fmt GHA logic (panther-labs#401)

* Updating GHA to main from master (panther-labs#403)

* updates panther-core (panther-labs#404)

* Updating PAT with latest regexs for validation (panther-labs#406)

* Updating PAT with latest regexs for validation

* fmt

* Version bump to v0.32.0 (panther-labs#407)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* fixes bug that prevented multiple saved queries from being uploaded (panther-labs#408)

* Bump version to 0.32.1 (panther-labs#409)

* Allowing tests to be defined in derived detection YAML (panther-labs#410)

* Add CORRELATION_RULE AnalysisType. (panther-labs#411)

* Update logic for determining if an AnalysisType is a simple detection. (panther-labs#412)

* Update logic for determining if an AnalysisType is a simple detection.

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

* Add some tests.

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

* Format all the things.

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

---------

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>

* Removing references to Azure.SignIn schema (panther-labs#413)

* Removed Azure.SignIn schema

* Removed from regex

* Version bump to v0.33.0 (panther-labs#414)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Add schema support for Correlation Rules (panther-labs#416)

* adds option to auto disable base (panther-labs#417)

* adds option to auto disable base

* fix lint

* formatting

* log formatting

* fmt

* Bump version to 0.34.0 (panther-labs#418)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* DAC-501 PAT can test derived detections w/ inheritance and overrides (panther-labs#420)

* can fetch base detection body when testing derived detection

* make fmt

* adds unit tests for retrieving base detections

* tests can be inherited for derived detections

* make fmt

* fix lint

* ci fix

* ci fix

* ciiiii

* MORE CI

* conditionally show correlation rule output (panther-labs#419)

* conditionally show correlation rule output

* updates

* updates

---------

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Bump version to 0.35.0 (panther-labs#424)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* pat test can fetch tests of base detection (panther-labs#423)

* pat test can fetch tests of base detection

* make fmt

* fix lint

* fix feature flags not checking for lambda exception (panther-labs#426)

* quick fix

* adds test for feature flags not erroring if using a lambda client backend

* fix lint

* Bump version to 0.35.1 (panther-labs#427)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Bump version to 0.36.0 (panther-labs#430)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* CreateAlert support (panther-labs#431)

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Added check-packs command to check whether packs have all detections (panther-labs#421)

* Added update-packs command to check whether packs have all detections it should have

* Added test for check-pack command

* Added support for simple packs

* Added docstrings

* Bump version to 0.37.0 (panther-labs#432)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Revert "CreateAlert support" (panther-labs#434)

* Bump version to 0.37.1 (panther-labs#435)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* CreateAlert support (panther-labs#437)

* CreateAlert support

* updating packaging to have versioned deps

* updates

* regenerating lock

---------

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Bump version to 0.38.0 (panther-labs#439)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* adding pdh and removing dead code from setup (panther-labs#440)

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* chore: update codeowners to DaC (panther-labs#438)

* Removing PDH because it isn't used in this project (panther-labs#441)

* fix: respect ignored files (panther-labs#442)

* Bump version to 0.38.1 (panther-labs#443)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Bump aiohttp from 3.8.6 to 3.9.2 (panther-labs#436)

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.6...v3.9.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucy Suddenly <43256356+LucySuddenly@users.noreply.github.com>

* chore: version resolution (panther-labs#444)

* chore: pin panther core version

* chore: resolve versioning

* chore: update pyyaml

* chore: align pyyaml with d-e

* fixes panther-core version. (panther-labs#447)

* fixes panther-core version.

* jump versions to see if it will resolve issues

* Bump version to 0.38.2 (panther-labs#446)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>
Co-authored-by: darwayne <darwaynelynch@gmail.com>

* Omit rules with Configuration Required Tag from Pack check (panther-labs#448)

* Revert pipfile changes; keep logic

* Appease the linter

* Bump version to 0.39.0 (panther-labs#449)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* adding correlation rules to async bulk upload graphql (panther-labs#450)

Co-authored-by: maxrichie5 <maxrichmond@panther.com>

* Update fmt.yml (panther-labs#452)

* Update fmt.yml (panther-labs#453)

* Update fmt.yml

* Update Pipfile

* Update fmt.yml

* Update Pipfile

* updates versions for release (panther-labs#454)

* Bump version to 0.40.0 (panther-labs#455)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Bump version to 0.41.0 (panther-labs#457)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* Revert "Bump version to 0.41.0 (panther-labs#457)" (panther-labs#458)

This reverts commit 18d9e2a.

* format README and clear markdown linter errors (panther-labs#456)

* Ignore disabled rules during packs-check (panther-labs#459)

* Version bump to v0.41.0 (panther-labs#460)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* updates panther-core to 0.8.1 (panther-labs#462)

* updates panther-core to 0.8.1

* add back lock command.

* update aiohttp to 3.9.2 and pin responses version. (panther-labs#464)

* Bump version to 0.42.0 (panther-labs#465)

Co-authored-by: dac-bot[bot] <dac-bot@panther.com>

* updates panther-core to 0.8.1 (panther-labs#466)

---------

Signed-off-by: Zac Brown <zacbrown@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Grant Joy <9968195+grantjoy@users.noreply.github.com>
Co-authored-by: panther-bot-automation <github-service-account-automation@panther.io>
Co-authored-by: nskobov <93276498+nskobov@users.noreply.github.com>
Co-authored-by: Evan Gibler <evan.gibler@panther.com>
Co-authored-by: Scott Tedrow <104793655+stedrow@users.noreply.github.com>
Co-authored-by: panther-bot-automation <94577522+panther-bot-automation@users.noreply.github.com>
Co-authored-by: dac-bot[bot] <dac-bot@panther.com>
Co-authored-by: darwayne <darwaynelynch@gmail.com>
Co-authored-by: yusufak-panther <87032601+yusufak-panther@users.noreply.github.com>
Co-authored-by: Zac Brown <zacbrown@users.noreply.github.com>
Co-authored-by: Kostas Papageorgiou <kostas.papageorgiou@panther.com>
Co-authored-by: Max Richmond <46904505+maxrichie5@users.noreply.github.com>
Co-authored-by: maxrichie5 <maxrichmond@panther.com>
Co-authored-by: Oleh Melenevskyi <767472+melenevskyi@users.noreply.github.com>
Co-authored-by: Lucy Suddenly <43256356+LucySuddenly@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Panos Sakkos <panos.sakkos@panther.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant