Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 10:51
· 561 commits to main since this release
a01b1be
  • New warning suggesting the use of none of them instead of 0 of them.
  • Added option --max-matches-per-pattern to the CLI and the max_matches_per_pattern method to the Python API (#437).
  • New yrx_finalize function to the C API that allows dynamically unloading the YARA-X library (#445).
  • Add yrx_compiler_add_include_dir function to the C API (#447).
  • Replace the Formatter::ident_spaces method with Formatter::indentation (b8a1808).
  • BUGFIX: Indentation issues in code formatter (6bfe2e2).
  • BUGFIX: Inconsistencies in code formatter with empty lines at the end of the code (de10bbd).
  • BUGFIX: High memory consumption while parsing some PE files (af18dbc, #443)
  • BUGFIX: Prevent panic when assertions like \b and \B are used in Unicode regexps (0536ad1).

Contributors: @1ndahous3 @jtpox @vojone