cdx-proto
    Preparing search index...

    Type Alias Advisory

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

    Type declaration

    • Optionaltitle?: string

      An optional 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_6.Advisory