cdx-proto
    Preparing search index...

    Type Alias Advisory

    Advisory: Message<"cyclonedx.v1_7.Advisory"> & { title?: string; url: string }

    Title and location where advisory information can be obtained. An advisory is a notification of a threat to a component, service, or system.

    Type Declaration

    • Optionaltitle?: string

      A name of the advisory.

      from field: optional string title = 1;

    • url: string

      Location where the advisory can be obtained.

      from field: string url = 2;

    from message cyclonedx.v1_7.Advisory