fix: reorder predicates, make pytaxonomies happy

pull/176/head
Raphaël Vinot 2019-11-28 14:11:08 +01:00
parent 06a2f38ae3
commit 105aff8c53
3 changed files with 12 additions and 12 deletions

View File

@ -7,14 +7,14 @@
"value": "sharing-class", "value": "sharing-class",
"expanded": "Sharing Class" "expanded": "Sharing Class"
}, },
{
"value": "origin",
"expanded": "Origin"
},
{ {
"value": "report", "value": "report",
"expanded": "Report" "expanded": "Report"
}, },
{
"value": "origin",
"expanded": "Origin"
},
{ {
"value": "analyse", "value": "analyse",
"expanded": "Please analyse sample", "expanded": "Please analyse sample",

View File

@ -71,10 +71,6 @@
"expanded": "Controls Security", "expanded": "Controls Security",
"description": "Information about the constraints security places on interactions within and across the government, agencies and 3th parties." "description": "Information about the constraints security places on interactions within and across the government, agencies and 3th parties."
}, },
{
"value": "controls-risk-governance",
"expanded": "Controls Risk Governance"
},
{ {
"value": "contracts-arrangement", "value": "contracts-arrangement",
"expanded": "Contracts Arrangement", "expanded": "Contracts Arrangement",
@ -94,6 +90,10 @@
"value": "contracts-jurisdiction", "value": "contracts-jurisdiction",
"expanded": "Contracts Jurisdicrion", "expanded": "Contracts Jurisdicrion",
"description": "nformation about political and geographical areas in which an organisation operates." "description": "nformation about political and geographical areas in which an organisation operates."
},
{
"value": "controls-risk-governance",
"expanded": "Controls Risk Governance"
} }
], ],
"values": [ "values": [

View File

@ -184,10 +184,6 @@
"expanded": "API related tag influencing the MISP behavior of the API.", "expanded": "API related tag influencing the MISP behavior of the API.",
"value": "api" "value": "api"
}, },
{
"expanded": "IDS related tag unfluencing the MISP behavior of the IDS flag.",
"value": "ids"
},
{ {
"description": "Expansion tag incluencing the MISP behavior using expansion modules", "description": "Expansion tag incluencing the MISP behavior using expansion modules",
"expanded": "Expansion", "expanded": "Expansion",
@ -226,6 +222,10 @@
"expanded": "misp2yara export tool", "expanded": "misp2yara export tool",
"value": "misp2yara", "value": "misp2yara",
"exclusive": true "exclusive": true
},
{
"expanded": "IDS related tag unfluencing the MISP behavior of the IDS flag.",
"value": "ids"
} }
], ],
"version": 11, "version": 11,