mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
Merge pull request #1148 from idiom/master
Add Optional attribute to argv property in Metadata model.
This commit is contained in:
@@ -75,7 +75,7 @@ class Analysis(FrozenModel):
|
||||
class Metadata(FrozenModel):
|
||||
timestamp: datetime.datetime
|
||||
version: str
|
||||
argv: Tuple[str, ...]
|
||||
argv: Optional[Tuple[str, ...]]
|
||||
sample: Sample
|
||||
analysis: Analysis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user