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
capa-rules contains at least one rule with an impossible dependency, and capa nor its linter complains. We should ensure that capa correct tracks dependencies across scopes, or warns the user when its impossible.
log keystrokes via application hook is a dynamic: call scoped rule that relies on set application hook, which is a dynamic: thread scoped rule. Since we evaluate from small to large scopes (call before thread), this dependency will never be satisfied.
The text was updated successfully, but these errors were encountered:
capa-rules contains at least one rule with an impossible dependency, and capa nor its linter complains. We should ensure that capa correct tracks dependencies across scopes, or warns the user when its impossible.
log keystrokes via application hook is a
dynamic: call
scoped rule that relies on set application hook, which is adynamic: thread
scoped rule. Since we evaluate from small to large scopes (call before thread), this dependency will never be satisfied.The text was updated successfully, but these errors were encountered: