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

    Interface CweTaxonomyMapping

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

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

    Properties

    TaxonomyName: string

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

    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')