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 warning checks such as text_as_hex can be very nice and helpful to find issues from within a large repo of rules.
However, I sometimes want to ignore the warning for a particular rule without filtering out the warning completely.
I suggest there should be a way to tell the yara-x compiler that you want to suppress warnings for a particular line or block. Similar to how code linters work. e.g. // suppress: text_as_hex
The text was updated successfully, but these errors were encountered:
The warning checks such as
text_as_hex
can be very nice and helpful to find issues from within a large repo of rules.However, I sometimes want to ignore the warning for a particular rule without filtering out the warning completely.
I suggest there should be a way to tell the yara-x compiler that you want to suppress warnings for a particular line or block. Similar to how code linters work. e.g.
// suppress: text_as_hex
The text was updated successfully, but these errors were encountered: