Skip to content

Leading white space standardization and minimum_yara rename

Compare
Choose a tag to compare
@cccs-gm cccs-gm released this 03 Jun 18:32
· 128 commits to master since this release
624b175

NEW FEATURES

  • Leading white space standardization
    • ensures the leading white space in validated rules are the same, by default converts and '\t' characters to four ' ' characters
    • this is a configurable behavior in validator_cfg.yml

CHANGES

  • changed minimum_yara to yara_version:
    • fixes a compatibility issue

BUG FIXES

  • None