chg: reorder predicates in smart-airports-threats
parent
ca76147d73
commit
e5d3d68f77
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue