Skip to content
Open
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
22 changes: 16 additions & 6 deletions working_copy/machinev1
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,6 @@
"expanded": "Distributed Denial of Service",
"value": "ddos"
},
{
"description": "Software misconfiguration resulting in service availability issues, e.g., DNS server with outdated DNSSEC Root Zone KSK.",
"expanded": "Misconfiguration",
"value": "misconfiguration"
},
{
"description": "Physical sabotage, e.g., cutting wires or malicious arson.",
"expanded": "Sabotage",
Expand Down Expand Up @@ -225,6 +220,16 @@
],
"predicate": "vulnerable"
},
{
"entry": [
{
"description": "Software misconfiguration resulting in service availability issues, e.g., DNS server with outdated DNSSEC Root Zone KSK.",
"expanded": "Misconfiguration",
"value": "misconfiguration"
}
],
"predicate": "accidental event"
},
{
"entry": [
{
Expand All @@ -238,7 +243,7 @@
"value": "undetermined"
}
],
"predicate": "other"
"predicate": "accidental event"

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.

Why is the "other" taxonomy renamed? that's a major change with big impact

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

It's not renamed. I copied the part to introduce "Accidental Event" Category including "Misconfiguration" example (takem from "Availability")

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.

You created accidental event by copying it, yes. But you also modified the other-taxonomy as these two lines clearly show.

},
{
"entry": [
Expand Down Expand Up @@ -297,6 +302,11 @@
"expanded": "Vulnerable",
"value": "vulnerable"
},
{
"description": "Accidental events not linked to a willful will, such as misconfigurations.",
"expanded": "Accidental Event (No Malice)",
"value": "accidental event"
},
{
"description": "All incidents which don't fit in one of the given categories should be put into this class. If the number of incidents in this category increases, it is an indicator that the classification scheme must be revised.",
"expanded": "Other",
Expand Down