mirror of
https://github.com/mandiant/capa.git
synced 2026-06-12 19:11:32 -07:00
c5ae9be3e1
The check was reading rule.meta.get("scope") which no longer exists in the
current schema (replaced by scopes.static/scopes.dynamic), causing the lint
to never fire for function/basic-block rules missing example offsets.