Merge pull request #291 from MISP/chrisr3d_patch

Normalisation of the object relations for some object + small change on an attribute of the ip-port object
pull/293/head
Alexandre Dulaunoy 2020-09-03 14:35:10 +02:00 committed by GitHub
commit ceefcddf80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 12 deletions

View File

@ -1,11 +1,5 @@
{ {
"attributes": { "attributes": {
"Nom entreprise": {
"description": "Nom de lentreprise notifiee",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"actions-corrective": { "actions-corrective": {
"description": "Actions correctives a long terme", "description": "Actions correctives a long terme",
"disable_correlation": true, "disable_correlation": true,
@ -105,6 +99,12 @@
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 0 "ui-priority": 0
}, },
"nom-entreprise": {
"description": "Nom de lentreprise notifiee",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"remarques": { "remarques": {
"description": "Remarque(s), notamment les experiences gagnees et les leçons tirees de lincident", "description": "Remarque(s), notamment les experiences gagnees et les leçons tirees de lincident",
"disable_correlation": true, "disable_correlation": true,

View File

@ -24,7 +24,7 @@
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"country code": { "country-code": {
"description": "Country code ", "description": "Country code ",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
@ -71,7 +71,7 @@
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"region code": { "region-code": {
"description": "Region code. example: CA", "description": "Region code. example: CA",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",

View File

@ -80,6 +80,7 @@
], ],
"description": "Source port", "description": "Source port",
"misp-attribute": "port", "misp-attribute": "port",
"multiple": true,
"ui-priority": 0 "ui-priority": 0
}, },
"text": { "text": {

View File

@ -15,7 +15,7 @@
"multiple": false, "multiple": false,
"ui-priority": 0 "ui-priority": 0
}, },
"internal reference": { "internal-reference": {
"categories": [ "categories": [
"Internal reference" "Internal reference"
], ],

View File

@ -6,7 +6,7 @@
"multiple": true, "multiple": true,
"ui-priority": 1 "ui-priority": 1
}, },
"internal reference": { "internal-reference": {
"categories": [ "categories": [
"Internal reference" "Internal reference"
], ],

View File

@ -18,7 +18,7 @@
"multiple": true, "multiple": true,
"ui-priority": 0 "ui-priority": 0
}, },
"exterior color": { "exterior-color": {
"description": "Exterior color of the vehicule", "description": "Exterior color of the vehicule",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
@ -48,7 +48,7 @@
"multiple": true, "multiple": true,
"ui-priority": 0 "ui-priority": 0
}, },
"interior color": { "interior-color": {
"description": "Interior color of the vehicule", "description": "Interior color of the vehicule",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",