Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Bump pysigma from 0.9.11 to 0.10.4 #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2023

Bumps pysigma from 0.9.11 to 0.10.4.

Release notes

Sourced from pysigma's releases.

v0.10.4

Fixed testing

v0.10.3

  • Fixed deprecated escaping
  • Reintroduced visibility of test backend and pipeline only with pytest present.
  • Removal of _pipeline from pipeline identifiers.
  • Completed postprocessing and finalizer dicts.
  • Removal of backend and pipeline dicts.

Full Changelog: SigmaHQ/pySigma@v0.10.2...v0.10.3

v0.10.2

Fixed pipeline test class.

v0.10.1

What's Changed

Full Changelog: SigmaHQ/pySigma@v0.10.0...v0.10.1

v0.10.0

Added

  • Extended processing pipelines by query post-processing and output finalization.

⚠️ Breaking Changes ⚠️

  • The order of ProcessingPipeline parameters has changed. New elements postprocessing_items and finalizers were added between items and vars.
  • The order of ProcessingItem parameters has changed. The identifier is now located after rule_conditions and before detection item and field name conditions.

Please take care of these changes in own projects that initialize ProcessingPipeline or ProcessingItem objects with positional parameters. For better readability and compatibility with further breaking changes it is recommended to use keyword arguments for initialization of these classes.

What's Changed

New Contributors

Full Changelog: SigmaHQ/pySigma@v0.9.11...v0.10.0

Commits
  • 6eace10 Release 0.10.4
  • 290ae3d Improved all testing setup
  • ca34a06 Release 0.10.3
  • a29f073 Fixed typo
  • df1b388 Completed postprocessing and finalization dictionaries
  • 69605b7 Remove "_pipeline" from pipeline identifier
  • 7fe5e87 Fixed/extended test for pipeline discovery
  • 070d2cf Removal of backend and pipeline directories
  • a11caf8 Test backend and pipeline discovery only with pytest
  • 7842f2d Fixed deprecaed escaping
  • 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)

Bumps [pysigma](https://github.com/SigmaHQ/pySigma) from 0.9.11 to 0.10.4.
- [Release notes](https://github.com/SigmaHQ/pySigma/releases)
- [Commits](SigmaHQ/pySigma@v0.9.11...v0.10.4)

---
updated-dependencies:
- dependency-name: pysigma
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants