Skip to content

FindingZ

const FindingZ: ZodObject<{ anchor: ZodOptional<ZodObject<{ kind: ZodEnum<{ ac: "ac"; boundary: "boundary"; invariant: "invariant"; none: "none"; }>; ref: ZodOptional<ZodString>; tier: ZodEnum<{ declared: "declared"; executable: "executable"; structured: "structured"; undeclared: "undeclared"; }>; }, $strip>>; disposition: ZodOptional<ZodEnum<{ accepted: "accepted"; fixed: "fixed"; open: "open"; superseded: "superseded"; waived: "waived"; }>>; id: ZodOptional<ZodString>; line: ZodOptional<ZodNumber>; message: ZodString; severity: ZodEnum<{ critical: "critical"; high: "high"; low: "low"; medium: "medium"; }>; target: ZodOptional<ZodEnum<{ artifact: "artifact"; verification: "verification"; }>>; waiver: ZodOptional<ZodObject<{ expiry: ZodString; }, $strip>>; }, $strip>

Defined in: types/src/summary.ts:84

Per-file / per-diff finding. Introduced for code-review (Phase 24.3, high/medium/low). Phase 25.2 added critical for the security-audit gate — additive; code-review still only emits high/medium/low.