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",
|
"uuid": "02aeef94-ac23-455c-addb-731757ceafb5",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"description": "Object describing a system process.",
|
"description": "Object describing a system process.",
|
||||||
"version": 4,
|
"version": 5,
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"creation-time": {
|
"creation-time": {
|
||||||
"description": "Local date/time at which the process was created.",
|
"description": "Local date/time at which the process was created.",
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
"current-directory": {
|
"current-directory": {
|
||||||
"description": "Current working directory of the process",
|
"description": "Current working directory of the process",
|
||||||
"ui-priority": 2,
|
"ui-priority": 2,
|
||||||
"misp-attribute": "filename",
|
"misp-attribute": "text",
|
||||||
"disable_correlation": true
|
"disable_correlation": true
|
||||||
},
|
},
|
||||||
"image": {
|
"image": {
|
||||||
|
|
Loading…
Reference in New Issue