Finding
@forge/monorepo / backend/src / Finding
Type Alias: Finding
Finding =
object
Defined in: backend/src/security/findings.ts:37
Properties
area
readonlyarea:SecurityArea
Defined in: backend/src/security/findings.ts:39
foundBy
readonlyfoundBy:string
Defined in: backend/src/security/findings.ts:45
How it was found, because that is what tells you where to look next time.
id
readonlyid:string
Defined in: backend/src/security/findings.ts:38
impact
readonlyimpact:string
Defined in: backend/src/security/findings.ts:43
What an attacker gets. Not "this is bad" — the concrete consequence.
resolution
readonlyresolution:Resolution
Defined in: backend/src/security/findings.ts:46
severity
readonlyseverity:Severity
Defined in: backend/src/security/findings.ts:40
title
readonlytitle:string
Defined in: backend/src/security/findings.ts:41