Skip to content

Convert vault/locker and Cash App artifacts to LAVA (@artifact_processor)#724

Merged
abrignoni merged 1 commit into
mainfrom
lava-vaults
Jun 18, 2026
Merged

Convert vault/locker and Cash App artifacts to LAVA (@artifact_processor)#724
abrignoni merged 1 commit into
mainfrom
lava-vaults

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Converts four single-report artifacts to the LAVA output pipeline:

  • vaulty_files
  • appLockerfishingnetdb
  • appLockerfishingnetpat
  • cashApp

Each now uses @artifact_processor and returns (data_headers, data_list, source_path), adding LAVA output alongside the existing HTML/TSV (and timeline for cashApp, which has a datetime column). Queries and row extraction are unchanged (verified structurally against main).

Notes:

  • vaulty_files: datetime columns marked; the research-URL note moved into the header description.
  • appLockerfishingnetdb / appLockerfishingnetpat: dropped the old html_no_escape=['Media'] flag, which referenced a non-existent column.
  • cashApp: marks Transaction Date as 'datetime'; the pre-existing process-last-.db-file structure is preserved.

Deferred: vaulty_info (same Vaulty app) has a pre-existing Python 3.9+ crash — base64.decodestring was removed from the stdlib — so it should be fixed as a bug before being converted.

Verified: all four parse, are lint-clean, the plugin loader resolves them with no warnings, and their queries / data_list rows match the pre-conversion versions. (No test data for these apps in available extractions; structural-gate conversion.)

…sor)

Convert four single-report artifacts to the LAVA output pipeline: vaulty_files,
appLockerfishingnetdb, appLockerfishingnetpat, cashApp. Each now uses
@artifact_processor and returns (data_headers, data_list, source_path), adding
LAVA output alongside the existing HTML/TSV (and timeline for cashApp, which has
a datetime column). Queries and row extraction are unchanged.

Details:
- vaulty_files: datetime columns marked; the research-URL note moved into the
  header description.
- appLockerfishingnetdb / appLockerfishingnetpat: dropped the old
  html_no_escape=['Media'] flag (referenced a non-existent column).
- cashApp: marks Transaction Date as 'datetime'; the pre-existing
  process-last-.db-file structure is left as-is.

Deferred: vaulty_info has a pre-existing Python 3.9+ crash (base64.decodestring
was removed) that should be fixed as a bug before conversion.
@abrignoni abrignoni merged commit 87db1da into main Jun 18, 2026
1 check passed
@abrignoni abrignoni deleted the lava-vaults branch June 18, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant