Skip to content

v0.4.1 - Bug Fixes

Compare
Choose a tag to compare
@slincoln-aiq slincoln-aiq released this 04 Oct 15:12
· 2 commits to main since this release

πŸš€ Release Notes

πŸ› Bug Fixes

  • Keyword Detection Items: Resolved an issue where "Invalid SigmaDetectionItem field name encountered: None" was incorrectly raised for keyword detection items. (Fixes #27 )

  • Table Name Prepending: Fixed a bug where table names were only prepended to queries in SigmaCollection objects and not SigmaRule objects. This was addressed by implementing a postprocessing item on each rule instead of using a finalizer. (Fixes #28 )

πŸ§ͺ Testing Improvements

  • Comprehensive Test Coverage: Added tests to cover both SigmaCollection and SigmaRule objects for all pipelines, ensuring more robust functionality across different use cases.

πŸ“š Documentation

  • README Update: The README file has been updated to reflect recent changes and provide more accurate information.

πŸ›  Maintenance

  • Code Formatting: Applied minor formatting updates.

  • Development Dependencies: Updated the dev dependency group in pyproject.toml.