Interface CweRelatedWeakness

A related weakness reference within a CWE entry.

interface CweRelatedWeakness {
    CweID: string;
    Nature: string;
    Ordinal?: string;
    ViewID: string;
}

Properties

CweID: string

Related CWE identifier

Nature: string

Relationship nature (e.g. 'ChildOf', 'CanPrecede', 'PeerOf')

Ordinal?: string

Ordinal designation (e.g. 'Primary')

ViewID: string

View context for this relationship