Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yara Version upgrade #121

Open
RomeoActual opened this issue Feb 1, 2021 · 1 comment
Open

Yara Version upgrade #121

RomeoActual opened this issue Feb 1, 2021 · 1 comment

Comments

@RomeoActual
Copy link

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

@brbickel
Copy link
Member

brbickel commented Feb 3, 2021

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants