FACT_core icon indicating copy to clipboard operation
FACT_core copied to clipboard

installer: Don't install yara manually

Open maringuu opened this issue 2 years ago • 1 comments

Ideally we should install yara from the repos of the respective distro.

maringuu avatar Sep 30 '22 07:09 maringuu

I disagree: The different distros have vastly differing versions. E.g. Ubuntu 18.04 (which we still support) has YARA 3.7.1 which is not only pretty old, but also has a slightly different API which causes unexpected problems (which we probably don't want to handle). What we probably should do, though, is pinning the version to the latest stable one so that we are not surprised by additional API changes.

jstucke avatar Sep 30 '22 08:09 jstucke