SpecialLocations

@Serializable
data class SpecialLocations(val displayBase: ArtifactLocation? = null, val properties: PropertyBag? = null)

A specialLocations object that defines locations of special significance to SARIF consumers.

Defines locations of special significance to SARIF consumers.

Constructors

Link copied to clipboard
constructor(displayBase: ArtifactLocation? = null, properties: PropertyBag? = null)

Properties

Link copied to clipboard

Provides a suggestion to SARIF consumers to display file paths relative to the specified location.

Link copied to clipboard
val properties: PropertyBag? = null

Key/value pairs that provide additional information about the special locations.