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 long_string object for strings that are potentially very long and subject to truncation. #1228

Merged
merged 10 commits into from
Nov 1, 2024

Conversation

davemcatcisco
Copy link
Contributor

Related Issue:

The change being made in this PR was proposed and agreed during the weekly general call on 29th October. I undertook to implement this change because it represents a more general way to achieve something that I had done in a less general way in recents PRs.

Description of changes:

This PR introduces a long_string object which can be used as a type for attributes that hold string values that are potentially very long. Examples of such strings include the content of an executed script, or the names and values of environment variables. Such strings are likely to be truncated by security products for reasons of transmission and storage efficiency.

davemcatcisco and others added 5 commits October 16, 2024 13:38
…ject.

Signed-off-by: Dave McCormack <dmccorma@cisco.com>
Signed-off-by: Dave McCormack <dmccorma@cisco.com>
Signed-off-by: Dave McCormack <dmccorma@cisco.com>
Signed-off-by: Dave McCormack <dmccorma@cisco.com>
Signed-off-by: Dave McCormack <dmccorma@cisco.com>
Signed-off-by: Dave McCormack <dmccorma@cisco.com>
Signed-off-by: Dave McCormack <dmccorma@cisco.com>
objects/long_string.json Show resolved Hide resolved
@davemcatcisco davemcatcisco merged commit e03d175 into ocsf:main Nov 1, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants