chg: Change predicate order to make PyTaxonomies happy
parent
47eba12569
commit
2014d367c9
|
@ -36,15 +36,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"predicate": "tool",
|
|
||||||
"entry": [
|
|
||||||
{
|
|
||||||
"expanded": "misp2stix",
|
|
||||||
"value": "misp2stix"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"predicate": "confidence-level",
|
"predicate": "confidence-level",
|
||||||
"entry": [
|
"entry": [
|
||||||
|
@ -107,6 +98,15 @@
|
||||||
"description": "High risk which can include highly sophisticated attacks or 0-day attack. (CEUS threat level)"
|
"description": "High risk which can include highly sophisticated attacks or 0-day attack. (CEUS threat level)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"predicate": "tool",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"expanded": "misp2stix",
|
||||||
|
"value": "misp2stix"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"predicates": [
|
"predicates": [
|
||||||
|
|
Loading…
Reference in New Issue