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

    Interface CweRelatedWeakness

    A related weakness reference within a CWE entry.

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

    Properties

    Nature: string

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

    CweID: string

    Related CWE identifier

    ViewID: string

    View context for this relationship

    Ordinal?: string

    Ordinal designation (e.g. 'Primary')