Aaron Peterson

Results 95 issues of Aaron Peterson

Calling `format_as_string` on a MetaMessage with `time_signature` type results in the following error: ``` Traceback (most recent call last): File "/home/a/src/midi-stego/./midi-stego.py", line 374, in print_messages(args.input_file) File "/home/a/src/midi-stego/./midi-stego.py", line 158, in...

bug
wontfix

**Description of problem:** Plaso checks the dependency version for Redis even when not using Redis as a storage format. Here is the error when an incompatible version is found (even...

enhancement
dependency

**Description of problem:** It appears when specifying both `--output_format json` and `--additional_fields something` to `psort.py` it causes an error. It's possible that `--additional_fields` is not needed or used when the...

enhancement
UX
output

**Describe the problem** hindisght.py isn't executable directly from pypi package. There are a couple small issues: The first one is that it doesn't have the executable bit set. After making...

bug

We can currently set the `--output_format` to json in the recipe, but the file still gets written as a .csv file. It would be nice to write the correct file...

enhancement

As we move to use Redis more in Turbinia, it would be nice to have a couple small shell scripts utilities to pull data out of Redis. Doesn't need to...

enhancement

The new API server codebase is using type hints, and we should convert the rest of the codebase to use that as well.

enhancement

Monitoring is setup automatically via Terraform, but that installation mechanism is going away by the end of the year. The current way to install it along side GKE is to...

enhancement

Now that we have recipes, can extract arbitrary artifacts with the 'binary_extraction_path' parameter for the binary extraction Task as well as Yara rules processing, we should document the ways that...

enhancement

We can extract custom paths with the binary extraction task combined with a recipe that sets the `binary_extraction_path`. We should create a template recipe for this for easy copy/editing.

enhancement