Interface CweClientOptions

Constructor options for CweClient.

interface CweClientOptions {
    baseUrl?: string;
}

Properties

Properties

baseUrl?: string

Base URL for the CWE API (default: 'https://cwe-api.mitre.org/api/v1'). Override for mirrors or local instances.