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

    Interface CweApplicablePlatform

    An applicable platform entry for a weakness.

    interface CweApplicablePlatform {
        Type: string;
        Class?: string;
        Name?: string;
        Prevalence: string;
    }
    Index

    Properties

    Type: string

    Platform type (e.g. 'Language', 'Technology', 'Operating System')

    Class?: string

    Platform class (e.g. 'Not Language-Specific', 'Web Based')

    Name?: string

    Platform name (e.g. 'Java', 'AI/ML')

    Prevalence: string

    Prevalence (e.g. 'Often', 'Sometimes', 'Undetermined')