cdx-proto
    Preparing search index...

    Type Alias VulnerabilityAffects

    VulnerabilityAffects: Message<"cyclonedx.v1_7.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_7.VulnerabilityAffectedVersions versions = 2;

    from message cyclonedx.v1_7.VulnerabilityAffects