drupflare/worker - v1.0.0
    Preparing search index...

    Interface Finding

    one thing a tripwire noticed

    interface Finding {
        code: string;
        context: string;
        scope: string;
        severity: "error" | "info" | "warn" | "critical";
    }
    Index
    code: string

    stable dotted identifier; the breaker keys on this

    context: string

    short human-readable detail; never unbounded

    scope: string

    what it was about -- a path, a bin, a table

    severity: "error" | "info" | "warn" | "critical"