We'd like to provide more metadata to the Yara rules like the channel, some of the linter results (maybe?), etc.
This issue is about listing which metadata would be relevant and then passing them to Yara. It looks like using externals would be the way to go given that the Yara modules need to be compiled with Yara (which would be tricky from a deployment perspective).
We'd like to provide more metadata to the Yara rules like the
channel, some of the linter results (maybe?), etc.This issue is about listing which metadata would be relevant and then passing them to Yara. It looks like using
externalswould be the way to go given that the Yara modules need to be compiled with Yara (which would be tricky from a deployment perspective).