We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdcc375 + 9fcb16d commit 510325cCopy full SHA for 510325c
1 file changed
objects/device/definition.json
@@ -342,6 +342,17 @@
342
"misp-attribute": "text",
343
"ui-priority": 101
344
},
345
+ "perspective": {
346
+ "description": "Perspective of the device",
347
+ "disable_correlation": true,
348
+ "misp-attribute": "text",
349
+ "sane_default": [
350
+ "Victim",
351
+ "Adversary",
352
+ "Unknown"
353
+ ],
354
+ "ui-priority": 0
355
+ },
356
"status": {
357
"description": "Status of the device",
358
"disable_correlation": true,
@@ -369,5 +380,5 @@
369
380
"alias"
370
381
],
371
382
"uuid": "0c64b41a-e583-4f4d-ac92-d484163b9e52",
372
- "version": 9
383
+ "version": 10
373
384
}
0 commit comments