stoq-plugins-public icon indicating copy to clipboard operation
stoq-plugins-public copied to clipboard

Yara Version upgrade

Open RomeoActual opened this issue 4 years ago • 1 comments

The yara version in the plugin is old, is it at all possible to update?

RomeoActual avatar Feb 01 '21 19:02 RomeoActual

The version of yara you're using is dependent on your environment. Upon initial installation of the yara plugin, stoq checks to make sure the installed version is at least 3.11 (currently), and will install or update as needed. Tou can keep the version of yara updated as you like. For example if you were to install the yara plugin today with:

stoq install --github stoq:yara

yara-python==4.0.4 is automatically installed.

If you'd like to update your existing environment, try updating the yara-python package:

pip install --upgrade yara-python

or

pip install yara-python==<specific-version>

brbickel avatar Feb 03 '21 15:02 brbickel