mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
vmray: fix lints
This commit is contained in:
@@ -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=[])
|
||||
|
||||
Reference in New Issue
Block a user