cdx-proto
    Preparing search index...

    Type Alias VulnerabilityAffects

    VulnerabilityAffects: Message<"cyclonedx.v1_6.VulnerabilityAffects"> & {
        ref: string;
        versions: VulnerabilityAffectedVersions[];
    }

    Type declaration

    • ref: string

      References a component or service by the objects bom-ref

      from field: string ref = 1;

    • versions: VulnerabilityAffectedVersions[]

      Zero or more individual versions or range of versions.

      from field: repeated cyclonedx.v1_6.VulnerabilityAffectedVersions versions = 2;

    from message cyclonedx.v1_6.VulnerabilityAffects