You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to publish openc2 schemas and test messages, the syntax for actuator types must be specified. The language description document shows actuator types containing periods, dashes and underscores (e.g., "network.security_manager", "process.aaa-server").
POTENTIAL SOLUTION
Follow the CybOX 3 convention that objects and string literals are "lower-case-with-dashes" and property keys are "lower_case_with_underscores". I have updated the example commands document (commands.md), the openc2 json schema, and the python example messages and decoder so that actuator types follow this convention, e.g., "network-security-manager", "process-aaa-server".
If the CybOX 3 convention is adopted as the OpenC2 solution, the language description should also be updated.
The text was updated successfully, but these errors were encountered:
PROBLEM
In order to publish openc2 schemas and test messages, the syntax for actuator types must be specified. The language description document shows actuator types containing periods, dashes and underscores (e.g., "network.security_manager", "process.aaa-server").
POTENTIAL SOLUTION
Follow the CybOX 3 convention that objects and string literals are "lower-case-with-dashes" and property keys are "lower_case_with_underscores". I have updated the example commands document (commands.md), the openc2 json schema, and the python example messages and decoder so that actuator types follow this convention, e.g., "network-security-manager", "process-aaa-server".
If the CybOX 3 convention is adopted as the OpenC2 solution, the language description should also be updated.
The text was updated successfully, but these errors were encountered: