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

    Interface CweEntry

    Lightweight CWE entry returned by the multi-ID lookup endpoint (GET /cwe/{ids}).

    interface CweEntry {
        Type: CweEntryType;
        ID: string;
    }
    Index

    Properties

    Properties

    CWE entry type (e.g. 'base_weakness', 'category', 'view')

    ID: string

    CWE identifier string (e.g. '79')