The patch_state Discovery class doesn't include Actor but declares the Host profile #1075
Labels
bug
Something isn't working
non_breaking
Non Breaking, backwards compatible changes
v1.3.0
Changes marked for v1.3.0 of OCSF
The
device
attribute is built-in, theHost
profile is declared, but theprofiles/host.json
file is not included.If the class wants to support the Host profile (it should, most Discovery classes do), need to $include profiles/host.json and declare a "profile": null statement in the built-in
device
attribute clause to prevent the server from hiding it when the Host profile is not selected.The text was updated successfully, but these errors were encountered: