Interface CweCategory

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

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

Properties

ID: string

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

Name: string

Category name

References?: CweCategoryReference[]

External references

Relationships?: CweCategoryRelationship[]

Weaknesses that belong to this category

Status: string

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

Summary: string

Short summary of what this category covers

TaxonomyMappings?: CweTaxonomyMapping[]

Mappings to external taxonomies