Skip to content

Commit c0601f8

Browse files
authored
Update Security Findings schema reference page (#37730)
1 parent 55bbd36 commit c0601f8

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

content/en/security/guide/findings-schema.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5471,13 +5471,18 @@ Evidence used to identify the resource as being critical.
54715471
<tr>
54725472
<td><code>explanation</code></td>
54735473
<td>string</td>
5474-
<td><strong>Path:</strong> <code>@risk_details.is_crown_jewel.evidence.explanation</code><br>Markdown-formatted explanation detailing why the resource or related resource is identified as critical.</td>
5474+
<td><strong>Path:</strong> <code>@risk_details.is_crown_jewel.evidence.explanation</code><br>Explanation detailing why the resource or related resource is identified as critical.</td>
54755475
</tr>
54765476
<tr>
54775477
<td><code>related_resource_name</code></td>
54785478
<td>string</td>
54795479
<td><strong>Path:</strong> <code>@risk_details.is_crown_jewel.evidence.related_resource_name</code><br>Name of a long-lived critical asset, such as a critical service, that justifies why the affected resource is considered critical.</td>
54805480
</tr>
5481+
<tr>
5482+
<td><code>sensitive_data</code></td>
5483+
<td>array (string)</td>
5484+
<td><strong>Path:</strong> <code>@risk_details.is_crown_jewel.evidence.sensitive_data</code><br>Sensitive data types detected on the resource that contribute to its classification as a critical asset (for example, <code>visa_credit_card</code>).</td>
5485+
</tr>
54815486
</tbody>
54825487
</table>
54835488

@@ -5631,7 +5636,7 @@ Evidence used to determine whether the function is reachable.
56315636
<tr>
56325637
<td><code>unreachable_at</code></td>
56335638
<td>integer</td>
5634-
<td><strong>Path:</strong> <code>@risk_details.is_function_reachable.evidence.unreachable_at</code><br>Timestamp in milliseconds (UTC) at which the finding will transition to unreachable if the vulnerable function has not been called.</td>
5639+
<td><strong>Path:</strong> <code>@risk_details.is_function_reachable.evidence.unreachable_at</code><br>Timestamp in milliseconds (UTC) at which the finding transitions to an unreachable state if the vulnerable function is not called.</td>
56355640
</tr>
56365641
</tbody>
56375642
</table>
@@ -6939,6 +6944,16 @@ Metadata about user-defined severity modifications applied to the finding.
69396944
<td>string</td>
69406945
<td><strong>Path:</strong> <code>@workflow.severity_override.description</code><br>Description of the user-defined severity modification applied to the finding.</td>
69416946
</tr>
6947+
<tr>
6948+
<td><code>rule_id</code></td>
6949+
<td>string</td>
6950+
<td><strong>Path:</strong> <code>@workflow.severity_override.rule_id</code><br>Identifier of the severity modifier automation rule that applied this severity override. Only set when the override was applied by an automation rule.</td>
6951+
</tr>
6952+
<tr>
6953+
<td><code>rule_name</code></td>
6954+
<td>string</td>
6955+
<td><strong>Path:</strong> <code>@workflow.severity_override.rule_name</code><br>Name of the severity modifier automation rule that applied this severity override. Only set when the override was applied by an automation rule.</td>
6956+
</tr>
69426957
<tr>
69436958
<td><code>updated_at</code></td>
69446959
<td>integer</td>

0 commit comments

Comments
 (0)