Update capa/rules/__init__.py

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
Yacine Elhamer
2023-06-28 10:08:29 +01:00
committed by GitHub
parent e18afe5d1e
commit c73187e7d4

View File

@@ -80,7 +80,7 @@ class Scope(str, Enum):
FILE_SCOPE = Scope.FILE.value
PROCESS_SCOPE = Scope.PROCESS
PROCESS_SCOPE = Scope.PROCESS.value
FUNCTION_SCOPE = Scope.FUNCTION.value
BASIC_BLOCK_SCOPE = Scope.BASIC_BLOCK.value
INSTRUCTION_SCOPE = Scope.INSTRUCTION.value