ocsf-schema
ocsf-schema copied to clipboard
OCSF Schema
#### Related Issue: n/a #### Description of changes: 1. Creating a generic key:value object. Thank you @Aniak5 for the suggestion. 2. Creating instances of that generic object - `control_parameters` &...
#### Related Issue: #### Description of changes: ### Delete once you have confirmed the following: 1. Did you add a single line summary of changes to `Unreleased` section in the...
#### Related Issue: https://github.com/ocsf/ocsf-schema/issues/1218 #### Description of changes: Additional new metaschema ontology object and updates to other schema elements.
TLDR: > Create a new metaschema object to support anchoring OCSF concepts in ontology. The primary goal is to enable richer and deeper programmatic integration, and ontological reasoning between the...
### Background In OCSF, there are a few standard conventions for enums. Typically: * There are two attributes that define an enum, one suffixed with `_id` that takes on an...
## Background Extensions have some great characteristics for prototyping new OCSF schema: * They allow for individuals to iterate on schemas without needing consensus from OCSF maintainers on code reviews...
#### Related Issue: Resolves #1215 #### Description of changes: Modifies the `environment_variable` object to replace the `is_attribute_truncated` field, which introduces ambiguity as to whether it was the environment variable name...
#### Related Issue: N/A #### Description of changes: As discussed in an OCSF meeting on 3 SEPT 2024 - there was a desire to bring IoT and drone/UAS related normalization...
The [Environment Variable](https://schema.ocsf.io/1.4.0-dev/objects/environment_variable?extensions=) object was [introduced in the 1.4.0 draft](https://github.com/ocsf/ocsf-schema/commit/d4a370bacad5e3b0d2e736d0fe25bcb6d1ec312d) and the meaning of the new `is_attribute_truncated` field is ambiguous. It describes: > Whether the `name` or `value` of the...
Adding a few D3FEND mappings to OCSF. Objects changed: - registry_value - account - container - database - fingerprint - group - http_cookie - job - script Noticed a minor...