data-cap
    Preparing search index...

    Interface GenerateFlowResult

    The generated Data Flow Diagram + Security Data-Flow Review set.

    interface GenerateFlowResult {
        files: readonly GenerateFlowFile[];
        findings: readonly ReportFinding[];
        location: string;
    }
    Index
    files: readonly GenerateFlowFile[]

    Every generated file in the set.

    findings: readonly ReportFinding[]

    This pass's own findings only (SENSITIVE_DATA_CROSSES_EXTERNAL_BOUNDARY) -- additionalFindings are folded into the rendered review but not echoed back here, so a caller aggregating findings across every generator never double-counts them.

    location: string

    The directory this set was written under.