class OutputBuilderJsonl
- OutputBuilderJsonl
- OutputBuilder
- Reference
- Object
Defined in:
output_builder/jsonl.crInstance Method Summary
-
#print(endpoints : Array(Endpoint), passive_results : Array(PassiveScanResult))
Passive findings were dropped from JSONL entirely (only the JSON builder mapped them).
- #print(endpoints : Array(Endpoint))
Instance methods inherited from class OutputBuilder
bake_endpoint(url : String, params : Array(Param))
bake_endpoint,
io : IO
io,
io=(io : IO)
io=,
logger : NoirLogger
logger,
ob_puts(message)
ob_puts,
output_file : String
output_file,
print
print
Constructor methods inherited from class OutputBuilder
new(options : Hash(String, YAML::Any))
new
Instance Method Detail
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).