Skip to content

Commit 787ca6b

Browse files
author
David Lemire
authored
Merge pull request #71 from dlemire60/clean-up
Terminology, normative notice fixes
2 parents a33f892 + 827008d commit 787ca6b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

openc2-impl-https-v1.0.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The name "OASIS" is a trademark of [OASIS](https://www.oasis-open.org/), the own
118118

119119
# 1 Introduction
120120

121-
_This section is non-normative._
121+
_The content in this section is non-normative, except where it is marked normative._
122122

123123
OpenC2 is a suite of specifications that enables command and control of cyber defense systems and components. OpenC2 typically uses a request-response paradigm where a Command is encoded by an OpenC2 Producer (managing application) and transferred to an OpenC2 Consumer (managed device or virtualized function) using a secure transport protocol, and the Consumer can respond with status and any requested information.
124124

@@ -128,8 +128,11 @@ OpenC2 allows the application producing the commands to discover the set of capa
128128
This specification is provided under the [Non-Assertion](https://www.oasis-open.org/policies-guidelines/ipr#Non-Assertion-Mode) Mode of the OASIS IPR Policy, the mode chosen when the Technical Committee was established. For information on whether any patents have been disclosed that may be essential to implementing this specification, and any offers of patent licensing terms, please refer to the Intellectual Property Rights section of the TC's web page (https://www.oasis-open.org/committees/openc2/ipr.php).
129129

130130
## 1.2 Terminology
131+
132+
_This section is normative._
133+
131134
* **Action**: The task or activity to be performed (e.g., 'deny').
132-
* **Actuator**: The entity that performs the action (e.g., 'Stateless Packet Filtering').
135+
* **Actuator**: The function performed by the Consumer that executes the Command (e.g., 'Stateless Packet Filtering').
133136
* **Command**: A Message defined by an action-target pair that is sent from a Producer and received by a Consumer.
134137
* **Consumer**: A managed device / application that receives Commands. Note that a single device / application can have both Consumer and Producer capabilities.
135138
* **Message**: A content- and transport-independent set of elements conveyed between Consumers and Producers

0 commit comments

Comments
 (0)