🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Isolate environment in python operator
Section titled “Isolate environment in python operator”Mar 13, 2024 · @jachris · #4036
The code passed to the python operator no longer fails to resolve names when
the local and global scope are both used.
Fix loading of large contexts
Section titled “Fix loading of large contexts”Mar 13, 2024 · @eliaskosunen · #4033
Using context load with large context files no longer causes a crash.
Fix a crash in the Sigma operator
Section titled “Fix a crash in the Sigma operator”Mar 13, 2024 · @dominiklohmann · #4034
The sigma operator crashed for some rules when trying to attach the rule to
the matched event. This no longer happens.
Improve HTTP transfer abstraction
Section titled “Improve HTTP transfer abstraction”The http saver now correctly sets the Content-Length header when issuing
HTTP requests.