mirror of https://github.com/MISP/misp-objects
chg: [transport-ticket] update to add the type of ticket (e.g. boarding pass versus ticket)
parent
5a45977e23
commit
fa39a64dc4
|
@ -68,6 +68,17 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"type-of-ticket": {
|
||||||
|
"description": "Type of ticket",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"sane_default": [
|
||||||
|
"Purchase ticket",
|
||||||
|
"Boarding pass",
|
||||||
|
"Other"
|
||||||
|
],
|
||||||
|
"ui-priority": 1
|
||||||
|
},
|
||||||
"type-of-transport": {
|
"type-of-transport": {
|
||||||
"description": "Type of transport",
|
"description": "Type of transport",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -92,5 +103,5 @@
|
||||||
"origin"
|
"origin"
|
||||||
],
|
],
|
||||||
"uuid": "8d6bd699-86f8-477c-aac3-a7f273c19266",
|
"uuid": "8d6bd699-86f8-477c-aac3-a7f273c19266",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
Loading…
Reference in New Issue