Interface CweTaxonomyMapping

A taxonomy mapping entry linking a category to an external standard.

interface CweTaxonomyMapping {
    EntryID?: string;
    EntryName: string;
    MappingFit?: string;
    TaxonomyName: string;
}

Properties

EntryID?: string

Entry identifier within the taxonomy

EntryName: string

Entry name within the taxonomy

MappingFit?: string

How well the mapping fits (e.g. 'CWE More Abstract', 'Exact')

TaxonomyName: string

Name of the external taxonomy (e.g. 'SEI CERT Perl Coding Standard')