You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature of YARA is that it allows invalid escape sequences and never raises an error on them. We behave the same way in yaramod. However, sometimes it is desirable to find out about these invalid escape sequences since you might want to use those regular expressions somewhere else and not all regex engines are so tolerant.
Definition of done:
Yaramod will have opt-in option to raise and error on invalid escape sequence when creating Yaramod instance.
The text was updated successfully, but these errors were encountered:
The feature of YARA is that it allows invalid escape sequences and never raises an error on them. We behave the same way in yaramod. However, sometimes it is desirable to find out about these invalid escape sequences since you might want to use those regular expressions somewhere else and not all regex engines are so tolerant.
Definition of done:
Yaramod will have opt-in option to raise and error on invalid escape sequence when creating
Yaramod
instance.The text was updated successfully, but these errors were encountered: