Skip to content

Tags: VirusTotal/yara-x

Tags

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was signed with the committer’s verified signature.
plusvic Victor M. Alvarez
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.

go/v1.14.0

Toggle go/v1.14.0's commit message

Verified

This commit was signed with the committer’s verified signature.
plusvic Victor M. Alvarez
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.

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
plusvic Victor M. Alvarez
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.

go/v1.13.0

Toggle go/v1.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
plusvic Victor M. Alvarez
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.

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
plusvic Victor M. Alvarez
chore: hide the `mods::reflect` API for the time being.

This API is not stable yet and not ready for public use.

go/v1.12.0

Toggle go/v1.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
plusvic Victor M. Alvarez
chore: hide the `mods::reflect` API for the time being.

This API is not stable yet and not ready for public use.

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
plusvic Victor M. Alvarez
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`.

go/v1.11.0

Toggle go/v1.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
plusvic Victor M. Alvarez
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`.

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
plusvic Victor M. Alvarez
chore: bump version to 1.10.0

go/v1.10.0

Toggle go/v1.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
plusvic Victor M. Alvarez
tests(go): fix broken tests due changes in warning message.