chg: [extended-event] updated to please our strict rules
parent
2350f8213b
commit
a29f19e4b9
|
@ -246,7 +246,12 @@
|
||||||
{
|
{
|
||||||
"description": "Exercise is a taxonomy to describe if the information is part of one or more cyber or crisis exercise.",
|
"description": "Exercise is a taxonomy to describe if the information is part of one or more cyber or crisis exercise.",
|
||||||
"name": "exercise",
|
"name": "exercise",
|
||||||
"version": 7
|
"version": 8
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Reasons why an event has been extended. ",
|
||||||
|
"name": "extended-event",
|
||||||
|
"version": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "The purpose of this taxonomy is to jointly tabulate both the of these failure modes in a single place. Intentional failures wherein the failure is caused by an active adversary attempting to subvert the system to attain her goals – either to misclassify the result, infer private training data, or to steal the underlying algorithm. Unintentional failures wherein the failure is because an ML system produces a formally correct but completely unsafe outcome.",
|
"description": "The purpose of this taxonomy is to jointly tabulate both the of these failure modes in a single place. Intentional failures wherein the failure is caused by an active adversary attempting to subvert the system to attain her goals – either to misclassify the result, infer private training data, or to steal the underlying algorithm. Unintentional failures wherein the failure is because an ML system produces a formally correct but completely unsafe outcome.",
|
||||||
|
@ -580,5 +585,5 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
||||||
"version": "20200424"
|
"version": "20200526"
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,9 +22,9 @@
|
||||||
"description": "This extended event is a part of a large event."
|
"description": "This extended event is a part of a large event."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value" : "update",
|
"value": "update",
|
||||||
"expanded" : "Update",
|
"expanded": "Update",
|
||||||
"description" : "Original event is deprecated"
|
"description": "Original event is deprecated"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
|
@ -75,10 +75,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"predicate": "chunked-event",
|
"predicate": "chunked-event",
|
||||||
"entry" : [
|
"entry": [
|
||||||
{
|
{
|
||||||
"value": "time-based",
|
"value": "time-based",
|
||||||
"expanded" : "Time based",
|
"expanded": "Time based",
|
||||||
"dscription": "is an element of a serie of extended events, split by matter of time"
|
"dscription": "is an element of a serie of extended events, split by matter of time"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -88,6 +88,5 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue