What's Changed
* Enable AddCondition to add negated conditions by kelnage in https://github.com/SigmaHQ/pySigma/pull/205
* fixing typo by joshnck in https://github.com/SigmaHQ/pySigma/pull/203
* Ignore detections with leading underscore "_" in "of" condition pattern matching by thomaspatzke in https://github.com/SigmaHQ/pySigma/pull/207
* Introduction of rule taxonomy attribute and processing condition by thomaspatzke in https://github.com/SigmaHQ/pySigma/pull/208
* fixed typo by joshnck in https://github.com/SigmaHQ/pySigma/pull/209
* added fix to return modified date field by rciplinskas in https://github.com/SigmaHQ/pySigma/pull/210
* Added processing extensions and conditions by thomaspatzke in https://github.com/SigmaHQ/pySigma/pull/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 https://github.com/SigmaHQ/pySigma/pull/212
New Contributors
* joshnck made their first contribution in https://github.com/SigmaHQ/pySigma/pull/203
* rciplinskas made their first contribution in https://github.com/SigmaHQ/pySigma/pull/210
**Full Changelog**: https://github.com/SigmaHQ/pySigma/compare/v0.11.4...v0.11.5