Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Migrate modifiers to an exported interface #35

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Conversation

bradleyjkemp
Copy link
Owner

This paves the way to in future supporting custom modifiers (#21)

The abstractions here are based on the official pySigma ones:

  • Some modifiers change the values themselves (and so are chainable)
  • Other modifiers change how the values are compared (and so are not chainable any further)

@bradleyjkemp bradleyjkemp merged commit 187c2e1 into main Jul 19, 2023
@bradleyjkemp bradleyjkemp deleted the modifiers-package branch July 19, 2023 13:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant