diff --git a/capa/features/extractors/vmray/models.py b/capa/features/extractors/vmray/models.py index db04d8cd7..e0e2fe2e5 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=[])