You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/security/guide/findings-schema.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5471,13 +5471,18 @@ Evidence used to identify the resource as being critical.
5471
5471
<tr>
5472
5472
<td><code>explanation</code></td>
5473
5473
<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>
5475
5475
</tr>
5476
5476
<tr>
5477
5477
<td><code>related_resource_name</code></td>
5478
5478
<td>string</td>
5479
5479
<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>
5480
5480
</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>
5481
5486
</tbody>
5482
5487
</table>
5483
5488
@@ -5631,7 +5636,7 @@ Evidence used to determine whether the function is reachable.
5631
5636
<tr>
5632
5637
<td><code>unreachable_at</code></td>
5633
5638
<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>
5635
5640
</tr>
5636
5641
</tbody>
5637
5642
</table>
@@ -6939,6 +6944,16 @@ Metadata about user-defined severity modifications applied to the finding.
6939
6944
<td>string</td>
6940
6945
<td><strong>Path:</strong> <code>@workflow.severity_override.description</code><br>Description of the user-defined severity modification applied to the finding.</td>
6941
6946
</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>
0 commit comments