From 42fddfbf31e0bdf8ff8d1a56238a6dfe4482c313 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Fri, 12 Jul 2024 20:19:06 -0600 Subject: [PATCH] vmray: improve comments --- capa/features/extractors/vmray/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/capa/features/extractors/vmray/models.py b/capa/features/extractors/vmray/models.py index d0897c82..db04d8cd 100644 --- a/capa/features/extractors/vmray/models.py +++ b/capa/features/extractors/vmray/models.py @@ -122,8 +122,8 @@ class FunctionReturn(BaseModel): class Analysis(BaseModel): - log_version: str - analyzer_version: str + log_version: str # tested 2 + analyzer_version: str # tested 2024.2.1 # analysis_date: str function_calls: List[FunctionCall] = Field(alias="fncall", default=[])