Theres a typo and when launching it plain per CLI.
I guess that it this should have ment attributevalid()
Since it throws an error while running directly the yara_validator against a bunch of files (-c) :
yara_validator\validator_functions.py", line 324, in valid_date self.required_fields[DATE].attibutevalid() AttributeError: 'MetadataAttributes' object has no attribute 'attibutevalid'. Did you mean: 'attributevalid'?
Or maybe I'm completely wrong here and it was intended - it fixed my issue at least :)
@cccs-rs
Theres a typo and when launching it plain per CLI.
I guess that it this should have ment attributevalid() Since it throws an error while running directly the yara_validator against a bunch of files (-c) : yara_validator\validator_functions.py", line 324, in valid_date self.required_fields[DATE].attibutevalid() AttributeError: 'MetadataAttributes' object has no attribute 'attibutevalid'. Did you mean: 'attributevalid'?
Or maybe I'm completely wrong here and it was intended - it fixed my issue at least :) @cccs-rs