mirror of
https://github.com/mandiant/capa.git
synced 2026-01-20 00:21:00 -08:00
Merge pull request #2813 from doomedraven/patch-1
Add '2.5-CAPE' to tested versions
This commit is contained in:
@@ -35,7 +35,7 @@ from capa.features.extractors.base_extractor import (
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
TESTED_VERSIONS = {"2.2-CAPE", "2.4-CAPE"}
|
||||
TESTED_VERSIONS = {"2.2-CAPE", "2.4-CAPE", "2.5-CAPE"}
|
||||
|
||||
|
||||
class CapeExtractor(DynamicFeatureExtractor):
|
||||
|
||||
Reference in New Issue
Block a user