From a8d849e8722fb06470e4a82a6c9677cec811a75b Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Tue, 30 Jul 2024 11:43:53 -0600 Subject: [PATCH] vmray: improve comments models.py --- 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 0f7e080b..a599dc42 100644 --- a/capa/features/extractors/vmray/models.py +++ b/capa/features/extractors/vmray/models.py @@ -74,7 +74,7 @@ def validate_hex_int(value: Union[str, int]) -> int: HexInt = Annotated[int, BeforeValidator(validate_hex_int)] -# models flog.xml file +# models flog.xml file, certain fields left as comments for documentation purposes class ParamDeref(BaseModel): type_: str = Field(alias="type") value: Optional[str] = None @@ -150,7 +150,7 @@ class Flog(BaseModel): analysis: Analysis -# models for summary_v2.json file +# models for summary_v2.json file, certain fields left as comments for documentation purposes class GenericReference(BaseModel): path: List[str] source: str