mirror of https://github.com/MISP/misp-objects
chg: [process] fix the type - fix #160
parent
ba31488e5a
commit
4793bf33ae
|
@ -3,7 +3,7 @@
|
|||
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
|
||||
"meta-category": "misc",
|
||||
"description": "Object describing a system process.",
|
||||
"version": 4,
|
||||
"version": 5,
|
||||
"attributes": {
|
||||
"creation-time": {
|
||||
"description": "Local date/time at which the process was created.",
|
||||
|
@ -56,7 +56,7 @@
|
|||
"current-directory": {
|
||||
"description": "Current working directory of the process",
|
||||
"ui-priority": 2,
|
||||
"misp-attribute": "filename",
|
||||
"misp-attribute": "text",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"image": {
|
||||
|
|
Loading…
Reference in New Issue