Anthony Chan
Anthony Chan
If the clean cache is not used (`CL_ENGINE_DISABLE_CACHE=1`), it is not necessary to calculate the file's MD5 checksum in preparation for cache lookup. This change modifies `cli_magic_scan` to skip the...
#### 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...
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...
The [Device](https://schema.ocsf.io/1.3.0/objects/device?extensions=) object has an `imei` field which can only store one International Mobile Equipment Identity (IMEI) value. Dual-SIM devices are now common and these devices have two IMEI values,...