Juan Leaniz

Results 64 comments of Juan Leaniz

GIFT PPA Ubuntu Jammy track currently missing docker-explorer packages.

bulk-extractor and docker-explorer were added to GIFT PPA stable/staging tracks for Ubuntu Jammy. Now showing some other library conflicts: ``` ---> 4cb3e75152b8 Step 12/36 : RUN apt-get update && apt-get...

LGTM, thank you for the additional context / descriptions.

Note to self: It is not entirely clear why DiskPartition and GoogleCloudDisk inherit from RawDisk as they override the _preprocess and _postprocess methods which is the only thing that could...

it looks like that level of inheritance was not needed so i removed it because it makes it more difficult to apply the REQUIRED_ATTRIBUTES since constructor arguments differ for RawDisk,...

Thanks for addressing my comments. Regarding the choice of parser interface, I think that's a fair reason to use ```FileObjectParser```.

We can start with the ```evidence``` module and use the type hints to infer types for evidence attributes in the ```map_evidence_attributes``` method.

This issue is currently being worked on (ref: [https://github.com/google/timesketch/pull/1987](https://github.com/google/timesketch/pull/1987))

@alexgoedeke Thanks for the contribution! At first glance, it seems like the test data you are using here differs from the test data in the original parser (e.g. not in...

@alexgoedeke I think it would make sense to have this parser in addition to the existing one, rather than as a replacement. This new parser would seem to work on...