fix(ocsf): correct event schema conformance and origin identity - #3103
Open
krishicks wants to merge 1 commit into
Open
fix(ocsf): correct event schema conformance and origin identity#3103krishicks wants to merge 1 commit into
krishicks wants to merge 1 commit into
Conversation
krishicks
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 1, 2026 19:24
krishicks
force-pushed
the
hicks/push-onytvlvvyoxs
branch
2 times, most recently
from
September 2, 2026 22:08
591b77a to
38e79b1
Compare
Correct the OCSF fields emitted for API decisions and event identity. - Deserialize action_id and disposition_id on ApiActivityEvent so round trips preserve the recorded decision. - Emit the schema-required device.type_id and its sibling label. - Identify gateway-origin events as the gateway rather than the sandbox they concern. Emit the operator-assigned gateway name as device.name and the per-replica identity as both device.uid and hostname. - Generate a distinct metadata.uid for each event, keep sandbox identity in container.uid, and omit empty container and image objects. Refs #1055 Signed-off-by: Kris Hicks <khicks@nvidia.com>
krishicks
force-pushed
the
hicks/push-onytvlvvyoxs
branch
from
September 2, 2026 23:32
38e79b1 to
dd3657c
Compare
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.
Correct the OCSF fields emitted for API decisions and event identity.
Summary
Related Issue
Refs #1055
Changes
Testing
mise run pre-commitpassesChecklist