From af26bef611efae7d391a3d59e42ea14099bc644e Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Fri, 12 Jul 2024 20:21:57 -0600 Subject: [PATCH] vmray: fix lints --- 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 db04d8cd..e0e2fe2e 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 # tested 2 - analyzer_version: str # tested 2024.2.1 + log_version: str # tested 2 + analyzer_version: str # tested 2024.2.1 # analysis_date: str function_calls: List[FunctionCall] = Field(alias="fncall", default=[])