VirusTotal / yara-x

A rewrite of YARA in Rust.
https://virustotal.github.io/yara-x/
BSD 3-Clause "New" or "Revised" License
631 stars 50 forks source link

Add flag to disable warnings #137

Closed ddash-ct closed 3 months ago

ddash-ct commented 3 months ago

Add back the -w, or --no-warnings flag on the command line to disable warnings when scanning using a corpus of rules, as was present in traditional YARA.

plusvic commented 3 months ago

Implemented in #140.