An additional \ causes Yara performance warnings #2138
Unanswered
swami-dtex
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
yara.compile of
/[a-z]{1,63}[a-z]{2}[0-9]{3}-[0-9]{1,5}/
works but
/[a-z]{1,63}\[a-z]{2}[0-9]{3}-[0-9]{1,5}/ with an additional
throws a performance warning: 'may slow down scanning'.
Please help understand why this is the case. Is it possible that this is a bug with Yara?
Beta Was this translation helpful? Give feedback.
All reactions