mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-08-24 16:42:28 +02:00
Vigolium http_record and finding entries can embed multi-MB response bodies, producing JSONL lines that exceed bufio.Scanner's max token size and fail with 'token too long'. Switch to bufio.Reader.ReadString, which grows as needed, and extract per-line logic into a processLine closure. Add a regression test that imports a finding with a 12MB response body.