chg: reorder predicates in smart-airports-threats

pull/107/head
Raphaël Vinot 2018-07-06 23:32:55 +02:00
parent ca76147d73
commit e5d3d68f77
1 changed files with 9 additions and 9 deletions

View File

@ -1,29 +1,29 @@
{ {
"version": 1,
"description": "Threat taxonomy in the scope of securing smart airports by ENISA. https://www.enisa.europa.eu/publications/securing-smart-airports",
"namespace": "smart-airports-threats",
"predicates": [ "predicates": [
{ {
"expanded": "Human errors", "expanded": "Human errors",
"value": "human-errors" "value": "human-errors"
}, },
{
"expanded": "Natural and social phenomena",
"value": "natural-and-social-phenomena"
},
{ {
"expanded": "System failures", "expanded": "System failures",
"value": "system-failures" "value": "system-failures"
}, },
{ {
"expanded": "Malicious actions", "expanded": "Natural and social phenomena",
"value": "malicious-actions" "value": "natural-and-social-phenomena"
}, },
{ {
"expanded": "Third party failures", "expanded": "Third party failures",
"value": "third-party-failures" "value": "third-party-failures"
},
{
"expanded": "Malicious actions",
"value": "malicious-actions"
} }
], ],
"version": 1,
"description": "Threat taxonomy in the scope of securing smart airports by ENISA. https://www.enisa.europa.eu/publications/securing-smart-airports",
"namespace": "smart-airports-threats",
"values": [ "values": [
{ {
"predicate": "human-errors", "predicate": "human-errors",