mirror of https://github.com/MISP/misp-objects
fix: Normalised object relations of the ip-api-address object
- Using dash as separator instead of spacepull/291/head
parent
7865f4110d
commit
73ced3e75c
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue