Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Common Process Identifier (CPID) field to process #1246

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mlmitch
Copy link
Contributor

@mlmitch mlmitch commented Nov 12, 2024

UUID attribute created for cpid.
Attribute added to the process object.
Reference feature used to link to CPID specification.

Related Issue:

#1205

Description of changes:

The Common Process Identifier (CPID) provides a way to deterministically create a unique process identifier.
This enable multiple system/endpoint data producers to assign the same unique identifier to the same process.
However, existing endpoint software implementations have their own process identification systems which would get mapped to process.uid.
This pull request adds a new cpid field to process so process.uid can continue to be used for existing unique identification schemes.

More details in the CPID spec here: ocsf/common-process-id#1

@mlmitch
Copy link
Contributor Author

mlmitch commented Nov 12, 2024

Still WIP as the CPID spec isn't merged yet and the reference link depends on the location that it lands.

@mlmitch
Copy link
Contributor Author

mlmitch commented Nov 12, 2024

image

@mlmitch mlmitch marked this pull request as draft November 13, 2024 19:47
@mlmitch mlmitch changed the title [WIP] Add Common Process Identifier (CPID) field to process Add Common Process Identifier (CPID) field to process Nov 13, 2024
UUID attribute created for cpid.
Attribute added to the process object.
Reference feature used to link to CPID specification.

Signed-off-by: Mitchell Wasson <[email protected]>
@mikeradka mikeradka added v1.4.0 Changes marked for the upcoming version 1.4.0 enhancement New feature or request labels Nov 19, 2024
@mikeradka mikeradka added v1.5.0 or later and removed v1.4.0 Changes marked for the upcoming version 1.4.0 labels Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v1.5.0 or later
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants