Skip to content

Commit

Permalink
vmray: fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Jul 13, 2024
1 parent 42fddfb commit af26bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capa/features/extractors/vmray/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[])
Expand Down

0 comments on commit af26bef

Please sign in to comment.