Update Security Findings schema reference: add base_image, reachable-risk fields, severity-override metadata#37553
Open
filipelteixeira wants to merge 1 commit into
Open
Conversation
buraizu
reviewed
Jun 17, 2026
buraizu
left a comment
Contributor
There was a problem hiding this comment.
Left some feedback. Also, I'm not seeing these changes reflected in the build preview:
https://docs-staging.datadoghq.com/filipelteixeira/schema-update-0e00fb51/security/guide/findings-schema/
Do you happen to know if that's expected in this case?
| <tr> | ||
| <td><code>unreachable_at</code></td> | ||
| <td>integer</td> | ||
| <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> |
Contributor
There was a problem hiding this comment.
Suggested change
| <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> | |
| <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> |
| {{% /tab %}} | ||
| {{< /tabs >}} | ||
|
|
||
| ## Linking to findings |
Contributor
There was a problem hiding this comment.
Looks like this section should be restored, per the reviewer note in the PR description:
⚠️ Reviewer note: this generated diff also removes the "## Linking to findings" prose section that exists on main. That section is not part of the schema batch. It should be restored before merge (the doc generator does not preserve that manually-added section).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Updates the public Security Findings schema reference page for this week's schema batch.
@container_image.base_image(a recursive container image; a base image may carry its ownbase_image) and@vulnerability.is_inherited_from_base_image. Source: https://github.com/DataDog/security-finding-schema/pull/226 Source: https://github.com/DataDog/security-finding-schema/pull/229@risk_details.is_function_reachable.evidence.locationsto the newReachableLocationshape (addslast_detected_at, dropscolumn_start,column_end,line_end,is_test_file,url), and addsis_supportedandunreachable_aton the evidence object. Source: https://github.com/DataDog/security-finding-schema/pull/227@workflow.severity_override.updated_byandupdated_at. Source: https://github.com/DataDog/security-finding-schema/pull/228@workflow.integrations.cases.linear_issue.team_id. Source: https://github.com/DataDog/security-finding-schema/pull/221Siblings PRs
https://github.com/DataDog/logs-backend/pull/141150
https://github.com/DataDog/web-ui/pull/319889
https://github.com/DataDog/dd-source/pull/469951
Generated by
Generated by the Security Finding Schema Tool.
cc @DataDog/k9-finding-schema-governance