dftimewolf icon indicating copy to clipboard operation
dftimewolf copied to clipboard

A framework for orchestrating forensic collection, processing and data export

Results 51 dftimewolf issues
Sort by recently updated
recently updated
newest added

Bumps [pywin32](https://github.com/mhammond/pywin32) from 227 to 301. Release notes Sourced from pywin32's releases. Release 301 The changes If you use pip: pip install pywin32 --upgrade A number of things don't work...

dependencies

fix to avoid image name conflict

add a zone to gcp_turbinia_disk_copy_ts.json to avoid error when multiple resources with same name pass zone to the GCE disk copy module and then to libcloudforensics, this should solve it

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies

When you install the requirements.txt using the latest PIP version, pip complains that... ``` Collecting googleapis-common-protos[grpc]=1.56.0 ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These...

## `gcp_forensics_gke` With the new capabilities of LCF shown below we can now create a cluster object, get its workload and list its nodes. This now allows for a variation...

The custom logging.Formatter.format message breaks the usage of %-based templates while using the wolf logger https://github.com/log2timeline/dftimewolf/blob/4ae7973df2f02d9296e242bbf6047b48e968d1bc/dftimewolf/lib/logging_utils.py#L128

It appears that turbinia modules are subject to the same thread safety issue referenced [here](https://github.com/log2timeline/dftimewolf/blob/main/dftimewolf/lib/exporters/s3_to_gcs.py#L115) (among other places).