CWE API Client - v1.0.1
    Preparing search index...

    Interface CweRelationEntry

    A CWE entry as represented in hierarchy relationship responses.

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

    Properties

    Type: string

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

    ID: string

    CWE identifier string

    ViewID: string

    View context for this relationship

    Primary_Parent?: boolean

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