Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2025

Bumps yara-x from 1.4.0 to 1.10.0.

Release notes

Sourced from yara-x's releases.

v1.10.0

  • New yr fix warnings command (#493).
  • Generate more efficient WASM code for some expressions, reducing the size of compiled rules (5efc214, a865681).
  • Improve the API for traversing the AST in DFS order (8443106, 2b67943).
  • Raise invariant_expr warning in some for loops that can't be true (#499).

Contributors: @​wxsBSD @​egibs

v1.9.0

  • Add function for scanning files by path to the C and Go APIs (32bac10).
  • Add version number to the Rust API (bdb53e8, #469).
  • Add osabi field to elf module (afa0960).
  • Avoid verifying patterns when the file size is not in the range specified in the rule condition (#473).
  • Avoid emitting code that invokes search_for_patterns if not necessary (#487).
  • Implement DFS iterator for expressions in AST (#488).
  • BUGFIX: Check if AddressOfFunctions is zero while parsing PE files (#482).

Contributors: @​vojone

v1.8.1

  • BUGFIX: don't mangle the C API function yrx_finalize and include it in the header files (#467).
  • BUGFIX: fix some issues and edge cases in block scanning (d7873db).

Contributors: @​metthal

v1.8.0

  • Implement block scanning API for Rust and C (#459, 185c2ee).
  • Implement Golang and C APIs for setting global variables of type array and structure (#449).
  • Add iterator for Rules object in Python (#463).
  • BUGFIX: Inconsistency with legacy YARA in PE certificate subjects (445e7e4).

Contributors: @​nmbarel

v1.7.1

  • BUGFIX: fix compilation in 32-bits platforms (#453).

v1.7.0

  • 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

... (truncated)

Commits
  • 04817dd chore: bump version to 1.10.0
  • be90af5 feat: make the result of DFSIter::contexts() a double ended iterator.
  • 8eaa4db fix: issue in DFSIter what was not returning the correct contexts in `Leave...
  • 5e53402 chore: deprecate multiple number_of_ fields in pe, dotnet, elf and `m...
  • 9fe661e feat: output filename in console.log() calls. (#466)
  • 6e704e9 docs: improve documentation for the yara_x_parser::ast::dfs module.
  • 2b67943 feat: implement DFSIter::prune().
  • 446bb39 tests: fix broken documentation test.
  • 85875b9 style: fix clippy warnings.
  • f0ad091 style: fix clippy warning.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [yara-x](https://github.com/VirusTotal/yara-x) from 1.4.0 to 1.10.0.
- [Release notes](https://github.com/VirusTotal/yara-x/releases)
- [Commits](VirusTotal/yara-x@v1.4.0...v1.10.0)

---
updated-dependencies:
- dependency-name: yara-x
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant