Skip to content

Commit

Permalink
Updated type of CorrelationEnrichment in findings_info (#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
PTruscott authored Jan 29, 2025
1 parent d4ae365 commit efa198e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion proto/ocsf/ocsf_ext/finding_info/v1/finding_info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ message Enrichment {

// a list of finding ids, of the other findings it has been correlated to
message CorrelationEnrichment {
repeated string findings = 1;
repeated uint64 findings = 1;
}

EnrichmentType enrichment_type = 1;
Expand Down
11 changes: 5 additions & 6 deletions sdk/gen/ocsf_ext/finding_info/v1/finding_info.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efa198e

Please sign in to comment.