From 7e16ed741c6f02545191d7b8390d1dcb96465efd Mon Sep 17 00:00:00 2001 From: doomedraven Date: Fri, 16 Jan 2026 14:58:48 +0000 Subject: [PATCH] Add '2.5-CAPE' to tested versions hello, we just released CAPE v2.5, there are no behavior/structural changes. Is focused on webgui improvements, and some other improvements that doesnt impact CAPA. --- capa/features/extractors/cape/extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/features/extractors/cape/extractor.py b/capa/features/extractors/cape/extractor.py index b0a0faad..ca8c062c 100644 --- a/capa/features/extractors/cape/extractor.py +++ b/capa/features/extractors/cape/extractor.py @@ -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):