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
We no longer filter library rules when rendering vverbose. This can be problematic because some library rules can have many matches, polluting the output and in some cases making it unreadable e.g.
We no longer filter library rules when rendering vverbose. This can be problematic because some library rules can have many matches, polluting the output and in some cases making it unreadable e.g.
and
This is also problematic for capa explorer when trying to display, e.g. 7,054 rule matches, in a GUI.
Proposed alternatives:
lib
rule matches (as before)lib
rule matches (off by default)The following code supports rendering all rule matches, including
lib
rules.capa/capa/render/vverbose.py
Lines 225 to 233 in 5960f51
The text was updated successfully, but these errors were encountered: