Skip to content

Releasing v1.10.5

Compare
Choose a tag to compare
@newm4n newm4n released this 25 Feb 03:53
· 36 commits to master since this release
03efe71
  • Adding new built in function MatchString for matching a string to regular expression. fixes issue #281
  • A way to track the cause of panic when importing GRB rule binary file. Right now, when the process raises a panic, a panic log were emitted but without showing panic message and the error message were not returned. Now the panic message were displayed in the log and the error returned.