-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rule set does not correctly validate dependencies across scopes #2124
Comments
also |
williballenthin
added a commit
to mandiant/capa-rules
that referenced
this issue
Jun 6, 2024
This was referenced Jun 6, 2024
Closed
@williballenthin is it fine if we punt this again to the next release or should we address it now for v7.3.0? |
williballenthin
added a commit
that referenced
this issue
Jan 29, 2025
williballenthin
added a commit
that referenced
this issue
Jan 29, 2025
3 tasks
williballenthin
added a commit
that referenced
this issue
Jan 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: