Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ====== Metadata ======
id: IncidentManagementOwnership
description: TODO (Is this a security feature or just add it as resource?)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rule assesses whether a [Policy] that offers the property [?], has [SecurityIncident.Team] set correctly.

implementationGuidelines:
AMOE: "Which team is in charge of handling security incidents? Keywords are ['Incident Management', 'CERT']"
category: IncidentManagement
version: "1.0"
comments: "<Enter further description of the metric here.>"
# ====== Configuration ======
configuration:
p1:
operator: "isIn"
targetValue: "[CERT]"
6 changes: 6 additions & 0 deletions metrics/IncidentManagement/Ownership/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"operator": "isIn",
"target_value": [
"CERT"
]
}
1 change: 1 addition & 0 deletions metrics/IncidentManagement/Ownership/metric.rego
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TODO
Loading