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

    Interface CweCategory

    Full category entry returned by GET /cwe/category/{id}.

    interface CweCategory {
        ID: string;
        Name: string;
        Status: string;
        Summary: string;
        TaxonomyMappings?: CweTaxonomyMapping[];
        Relationships?: CweCategoryRelationship[];
        References?: CweCategoryReference[];
    }
    Index

    Properties

    ID: string

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

    Name: string

    Category name

    Status: string

    Status (e.g. 'Draft', 'Stable', 'Deprecated')

    Summary: string

    Short summary of what this category covers

    TaxonomyMappings?: CweTaxonomyMapping[]

    Mappings to external taxonomies

    Relationships?: CweCategoryRelationship[]

    Weaknesses that belong to this category

    References?: CweCategoryReference[]

    External references