Skip to content

Commit

Permalink
Fixed the description for Security Control action_id (ocsf#1266)
Browse files Browse the repository at this point in the history
#### Related PR: 1265 

#### Description of changes:
After adding Observed, Modified, and Other as enum options for
`action_id` within the `Security Control` profile, the description for
`action_id` needed to be updated (missed when updating with PR# 1265).

---------

Signed-off-by: Paul Agbabian <[email protected]>
  • Loading branch information
pagbabian-splunk authored Nov 26, 2024
1 parent c32ca3d commit ac8e3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/security_control.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"action_id": {
"caption": "Action ID",
"description": "The action taken by a control or other policy-based system leading to an outcome or disposition. Dispositions conform to an action of <code>1</code> 'Allowed' or <code>2</code> 'Denied' in most cases. Note that <code>99</code> 'Other' is not an option. No action would equate to <code>1</code> 'Allowed'. An unknown action may still correspond to a known disposition. Refer to <code>disposition_id</code> for the outcome of the action.",
"description": "The action taken by a control or other policy-based system leading to an outcome or disposition. An unknown action may still correspond to a known disposition. Refer to <code>disposition_id</code> for the outcome of the action.",
"enum": {
"0": {
"caption": "Unknown",
Expand Down

0 comments on commit ac8e3af

Please sign in to comment.