Skip to content

Commit

Permalink
Merge pull request #1656 from RonnieSalomonsen/forward_export
Browse files Browse the repository at this point in the history
rules: Add forwarded export characteristics to rule syntax under file…
  • Loading branch information
williballenthin authored Jul 19, 2023
2 parents 781c33d + de6bdf0 commit 0719273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ For those that use capa as a library, we've introduced some limited breaking cha
- output: don't leave behind traces of progress bar @williballenthin
- import-to-ida: fix bug introduced with JSON report changes in v5 #1584 @williballenthin
- main: don't show spinner when emitting debug messages #1636 @williballenthin
- rules: add forwarded export characteristics to rule syntax file scope #1653 @RonnieSalomonsen

### capa explorer IDA Pro plugin

Expand Down
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 0719273

Please sign in to comment.