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