Skip to content

v0.11.5

Latest
Compare
Choose a tag to compare
@thomaspatzke thomaspatzke released this 25 Apr 22:31
· 4 commits to main since this release

What's Changed

  • Enable AddCondition to add negated conditions by @kelnage in #205
  • fixing typo by @joshnck in #203
  • Ignore detections with leading underscore "_" in "of" condition pattern matching by @thomaspatzke in #207
  • Introduction of rule taxonomy attribute and processing condition by @thomaspatzke in #208
  • fixed typo by @joshnck in #209
  • added fix to return modified date field by @rciplinskas in #210
  • Added processing extensions and conditions by @thomaspatzke in #211
    • RuleAttributeCondition (rule_attribute)
    • RuleTagCondition (tag)
    • RegexTransformation (regex, transforms string into (optionally case-insensitive) regular expression)
    • IsNullCondition (is_null)
    • SetValueTransformation (set_value)
    • AddFieldTransformation (add_field, add field(s) to rule field list)
    • RemoveFieldTransformation (remove_field, remove field(s) from rule field list)
    • SetFieldTransformation (set_field, replaces rule field list)
    • RuleProcessingStateCondition, DetectionItemProcessingStateCondition and FieldNameProcessingStateCondition (processing_state)
  • Added eq_expression to TextQueryBaseBackend by @thomaspatzke in #212

New Contributors

Full Changelog: v0.11.4...v0.11.5