Resolution
@forge/monorepo / backend/src / Resolution
Type Alias: Resolution
Resolution = {
kind:"fixed";reference:string;summary:string; } | {kind:"accepted";owner:string;reason:string;revisitBy:string; }
Defined in: backend/src/security/findings.ts:21
Union Members
Type Literal
{ kind: "fixed"; reference: string; summary: string; }
kind
readonlykind:"fixed"
reference
readonlyreference:string
The commit or issue. So the fix can be read, not taken on trust.
summary
readonlysummary:string
Type Literal
{ kind: "accepted"; owner: string; reason: string; revisitBy: string; }
kind
readonlykind:"accepted"
owner
readonlyowner:string
A person, not a team. "The platform team accepted this" is nobody accepting it.
reason
readonlyreason:string
revisitBy
readonlyrevisitBy:string
When it must be revisited. An acceptance with no expiry is a decision nobody will look at again.