For the complete documentation index, see llms.txt. This page is also available as Markdown.

thirdPartyUploadDataType

Supported formats for uploaded data.

Examples

enum ThirdPartyUploadDataType {
  JSON
  SARIF
  SBOM
}

Enum values

Enum value
Description

JSON

Data is JSON format

SARIF

Data is in SARIF format

SBOM

Data is a CycloneDX SBOM (OX format)

References

Mutations using this object:

Last updated