Skip to content

Commit

Permalink
rules: Add forwarded export characteristics to rule syntax under file…
Browse files Browse the repository at this point in the history
…_scope
  • Loading branch information
RonnieSalomonsen committed Jul 19, 2023
1 parent 781c33d commit 1790dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capa/rules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class Scope(str, Enum):
capa.features.common.Class,
capa.features.common.Namespace,
capa.features.common.Characteristic("mixed mode"),
capa.features.common.Characteristic("forwarded export"),
},
FUNCTION_SCOPE: {
capa.features.common.MatchedRule,
Expand Down

0 comments on commit 1790dab

Please sign in to comment.