OpenC2-org / openc2-working-group

The Open Command and Control Forum promotes the global development and adoption of the OpenC2 language and reference material.
Other
1 stars 0 forks source link

actuator syntax redux #14

Open davaya opened 8 years ago

davaya commented 8 years ago

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.

jmbrule commented 8 years ago

May we have the language description document updated IAW this potential solution and close this thread?

romanojd commented 7 years ago

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.