Skip to main content

Module export

Module export 

Source
Expand description

Result export — CSV with raw measurements (for anyone to independently re-check the statistics) and a JSON report (for CI/automation).

Structs§

JsonReport
Machine-readable report for CI/automation/bug bounty attachments. Always carries the sidecheck version and seed — a year from now the statistics algorithm may have changed, and without a version an old report becomes unclear about what to trust.

Functions§

read_json
Reads back a report previously written by write_json — used by sidecheck compare to load both sides of a baseline/current comparison. Deliberately lenient about sidecheck_version: an older report from a previous release should still load, since comparing across versions (the whole point of a CI baseline) is the normal case, not an error condition.
write_csv
write_json