diff --git a/content/en/security/guide/findings-schema.md b/content/en/security/guide/findings-schema.md index 6572b5f849d..f5904c67bf4 100644 --- a/content/en/security/guide/findings-schema.md +++ b/content/en/security/guide/findings-schema.md @@ -1764,10 +1764,6 @@ There are eleven different categories for security findings. Click on a category {{% /tab %}} {{< /tabs >}} -## Linking to findings - -The direct URL for a finding in Datadog varies by finding type. Use `/security/finding/[finding_id]`, where `[finding_id]` is the root-level `finding_id` value, to open the finding in the appropriate explorer. This format is useful when linking from AI agents or automations. - ## Schema Reference The following sections describe all available attributes in the Security Findings schema, organized by namespace. @@ -2322,6 +2318,11 @@ Container image where the finding was detected, including registry, repository,
@container_image.architecturesbase_image@container_image.base_imagebase_image. Absent when no base image is identified.git_repository_urlis_supported@risk_details.is_function_reachable.evidence.is_supportedtrue if reachability analysis is supported for this finding, false otherwise.locations@risk_details.is_function_reachable.evidence.not_supported_reasonlanguage_not_supported, vulnerable_symbol_not_available.unreachable_at@risk_details.is_function_reachable.evidence.unreachable_atcolumn_end@risk_details.is_function_reachable.evidence.locations.column_endcolumn_start@risk_details.is_function_reachable.evidence.locations.column_startfilename@risk_details.is_function_reachable.evidence.locations.filenameis_test_file@risk_details.is_function_reachable.evidence.locations.is_test_filetrue if the code file is a test file; false otherwise.line_endlast_detected_at@risk_details.is_function_reachable.evidence.locations.line_end@risk_details.is_function_reachable.evidence.locations.last_detected_atline_start@risk_details.is_function_reachable.evidence.locations.symbolurl@risk_details.is_function_reachable.evidence.locations.url@vulnerability.is_emergingtrue if the vulnerability is classified as an emerging threat; false otherwise.is_inherited_from_base_image@vulnerability.is_inherited_from_base_imagetrue if the vulnerability originates in a base image layer, false if it originates in a layer added by the container image author.last_commit@workflow.integrations.cases.linear_issue.statusteam_id@workflow.integrations.cases.linear_issue.team_idurl@workflow.severity_override.descriptionupdated_at@workflow.severity_override.updated_atupdated_by@workflow.severity_override.updated_by| Attribute name | +Type | +Description | +
|---|---|---|
id |
+ string | +Path: @workflow.severity_override.updated_by.idUnique identifier of the user in UUID format. |
+
name |
+ string | +Path: @workflow.severity_override.updated_by.nameDisplay name of the user. |
+