mirror of https://github.com/MISP/misp-objects
chg: [submarine] fixes and list of types added
parent
66c037177e
commit
3ed8f7ae6e
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"armament": {
|
"armament": {
|
||||||
"description": "Armaments carried by the submarine",
|
"description": "Armaments carried by the submarine",
|
||||||
"misp-attribute": "sha512/256",
|
"misp-attribute": "text",
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"recommended": false,
|
"recommended": false,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
|
@ -126,7 +126,13 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"sane_default": [
|
"sane_default": [
|
||||||
"Ballistic missile submarine"
|
"Ballistic missile submarine",
|
||||||
|
"Cruise missile submarine",
|
||||||
|
"Nuclear-powered attack submarine",
|
||||||
|
"Non-nuclear attack submarine with air-independent propulsion",
|
||||||
|
"Diesel-electric attack submarine",
|
||||||
|
"Midget submarine",
|
||||||
|
"Special mission submarine"
|
||||||
],
|
],
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue