Interface CweApplicablePlatform

An applicable platform entry for a weakness.

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

Properties

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

Type: string

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