Interface CweRelationEntry

A CWE entry as represented in hierarchy relationship responses.

interface CweRelationEntry {
    ID: string;
    Primary_Parent?: boolean;
    Type: string;
    ViewID: string;
}

Properties

ID: string

CWE identifier string

Primary_Parent?: boolean

Whether this is the primary parent (present on parent entries)

Type: string

Entry type (e.g. 'pillar_weakness', 'class_weakness', 'view')

ViewID: string

View context for this relationship