OutputBuilderJsonl
Inherits OutputBuilder < Reference < Object
Instance methods
print(endpoints : Array(Endpoint), passive_results : Array(PassiveScanResult) = [] of PassiveScanResult)
Passive findings were dropped from JSONL entirely (only the JSON builder
mapped them). Emit each finding on its own line after the endpoints so a
-P scan's secrets/etc. survive the JSONL pipeline. Consumers tell the
two apart by shape (endpoints carry url/method, findings carry id/info).