fix: reorder predicates, make pytaxonomies happy
parent
06a2f38ae3
commit
105aff8c53
|
@ -7,14 +7,14 @@
|
|||
"value": "sharing-class",
|
||||
"expanded": "Sharing Class"
|
||||
},
|
||||
{
|
||||
"value": "origin",
|
||||
"expanded": "Origin"
|
||||
},
|
||||
{
|
||||
"value": "report",
|
||||
"expanded": "Report"
|
||||
},
|
||||
{
|
||||
"value": "origin",
|
||||
"expanded": "Origin"
|
||||
},
|
||||
{
|
||||
"value": "analyse",
|
||||
"expanded": "Please analyse sample",
|
||||
|
|
|
@ -71,10 +71,6 @@
|
|||
"expanded": "Controls Security",
|
||||
"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",
|
||||
"expanded": "Contracts Arrangement",
|
||||
|
@ -94,6 +90,10 @@
|
|||
"value": "contracts-jurisdiction",
|
||||
"expanded": "Contracts Jurisdicrion",
|
||||
"description": "nformation about political and geographical areas in which an organisation operates."
|
||||
},
|
||||
{
|
||||
"value": "controls-risk-governance",
|
||||
"expanded": "Controls Risk Governance"
|
||||
}
|
||||
],
|
||||
"values": [
|
||||
|
|
|
@ -184,10 +184,6 @@
|
|||
"expanded": "API related tag influencing the MISP behavior of the 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",
|
||||
"expanded": "Expansion",
|
||||
|
@ -226,6 +222,10 @@
|
|||
"expanded": "misp2yara export tool",
|
||||
"value": "misp2yara",
|
||||
"exclusive": true
|
||||
},
|
||||
{
|
||||
"expanded": "IDS related tag unfluencing the MISP behavior of the IDS flag.",
|
||||
"value": "ids"
|
||||
}
|
||||
],
|
||||
"version": 11,
|
||||
|
|
Loading…
Reference in New Issue