cdx-proto
    Preparing search index...

    Type Alias Source

    Source: Message<"cyclonedx.v1_6.Source"> & { name?: string; url?: string }

    The source of the issue where it is documented.

    Type declaration

    • Optionalname?: string

      The name of the source. For example, "National Vulnerability Database", "NVD", and "Apache"

      from field: optional string name = 1;

    • Optionalurl?: string

      The url of the issue documentation as provided by the source

      from field: optional string url = 2;

    from message cyclonedx.v1_6.Source