Open davaya opened 8 years ago
May we have the language description document updated IAW this potential solution and close this thread?
I have updated the Language Description Document with the proposed solution. https://docs.google.com/document/d/1XXG6eWPosD1WLY4l1IFPXd9hKoVMWgM7rwDGgGXPurU/edit#bookmark=id.95bwtvm0y1gz Recommend we CLOSE this issue.
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.