Skip to main content

Finding

@forge/monorepo


@forge/monorepo / backend/src / Finding

Type Alias: Finding

Finding = object

Defined in: backend/src/security/findings.ts:37

Properties

area

readonly area: SecurityArea

Defined in: backend/src/security/findings.ts:39


foundBy

readonly foundBy: 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

readonly id: string

Defined in: backend/src/security/findings.ts:38


impact

readonly impact: string

Defined in: backend/src/security/findings.ts:43

What an attacker gets. Not "this is bad" — the concrete consequence.


resolution

readonly resolution: Resolution

Defined in: backend/src/security/findings.ts:46


severity

readonly severity: Severity

Defined in: backend/src/security/findings.ts:40


title

readonly title: string

Defined in: backend/src/security/findings.ts:41