fix: EXTENSIONS_ELF never referenced

Closes #3031
This commit is contained in:
Willi Ballenthin
2026-04-22 10:04:14 +03:00
parent 74276c8c40
commit 149e948dac
2 changed files with 1 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
-
### Bug Fixes
- fix: EXTENSIONS_ELF never referenced @williballenthin #3031
### capa Explorer Web

View File

@@ -65,7 +65,6 @@ EXTENSIONS_SHELLCODE_64 = ("sc64", "raw64")
# VMRay (.zip)
EXTENSIONS_DYNAMIC = ("json", "json_", "json.gz", "log", ".log.gz", ".zip")
EXTENSIONS_BINEXPORT2 = ("BinExport", "BinExport2")
EXTENSIONS_ELF = "elf_"
EXTENSIONS_FREEZE = "frz"
EXTENSIONS_BINJA_DB = "bndb"