Tags: VirusTotal/yara-x
Tags
ci: fix `sync_version.py` script The script now must take the version from the main `Cargo.toml` in at the root of the project. This TOML file has a slightly different structure.
chore: make `yara-x-proto` dependency optional. The `yara-x` crate only depends on `yara-x-proto` if the `generate-proto-code` feature is enabled.
chore: hide the `mods::reflect` API for the time being. This API is not stable yet and not ready for public use.
fix: avoid panic when booleans and integers are compared. Operators `==` and `!=` can be used for comparing two boolean values or an integer and a boolean. In some cases this type of expressions were causing a panic. For instance, in `pe.is_pe == pe.is_pe`.
fix: avoid panic when booleans and integers are compared. Operators `==` and `!=` can be used for comparing two boolean values or an integer and a boolean. In some cases this type of expressions were causing a panic. For instance, in `pe.is_pe == pe.is_pe`.
tests(go): fix broken tests due changes in warning message.
PreviousNext